Skip to content

Commit

Permalink
Fix the README so the update isn't half-arsed anymore
Browse files Browse the repository at this point in the history
  • Loading branch information
gwynne committed Apr 29, 2024
1 parent cda0492 commit f6ea2d2
Showing 1 changed file with 5 additions and 9 deletions.
14 changes: 5 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,11 @@

<br>

🐬 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

Expand All @@ -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.
Expand Down

0 comments on commit f6ea2d2

Please sign in to comment.