You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+5-9
Original file line number
Diff line number
Diff line change
@@ -16,7 +16,11 @@
16
16
17
17
<br>
18
18
19
-
🐬 Non-blocking, event-driven Swift client for MySQL.
19
+
MySQLKit is an [SQLKit] driver for MySQL clients. It supports building and serializing MySQL-dialect SQL queries. MySQLKit uses [MySQLNIO] to connect and communicate with the database server asynchronously. [AsyncKit] is used to provide connection pooling.
@@ -33,14 +37,6 @@ MySQLKit supports the following platforms:
33
37
- Ubuntu 20.04+
34
38
- macOS 10.15+
35
39
36
-
## Overview
37
-
38
-
MySQLKit is an [SQLKit] driver for MySQL cliets. It supports building and serializing MySQL-dialect SQL queries. MySQLKit uses [MySQLNIO] to connect and communicate with the database server asynchronously. [AsyncKit] is used to provide connection pooling.
0 commit comments