diff --git a/README.md b/README.md index 2e87663..0fe829d 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,11 @@
-🐬 Non-blocking, event-driven Swift client for MySQL. +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. + +[SQLKit]: https://github.com/vapor/sql-kit +[MySQLNIO]: https://github.com/vapor/mysql-nio +[AsyncKit]: https://github.com/vapor/async-kit ### Usage @@ -33,14 +37,6 @@ MySQLKit supports the following platforms: - Ubuntu 20.04+ - macOS 10.15+ -## Overview - -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. - -[SQLKit]: https://github.com/vapor/sql-kit -[MySQLNIO]: https://github.com/vapor/mysql-nio -[AsyncKit]: https://github.com/vapor/async-kit - ### Configuration Database connection options and credentials are specified using a `MySQLConfiguration` struct.