From f6ea2d2c99e16321e57950744fc46932c81125e9 Mon Sep 17 00:00:00 2001 From: Gwynne Raskind Date: Mon, 29 Apr 2024 00:14:39 -0500 Subject: [PATCH] Fix the README so the update isn't half-arsed anymore --- README.md | 14 +++++--------- 1 file changed, 5 insertions(+), 9 deletions(-) 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.