Fix README.md to include mysql flag

This commit is contained in:
Southball 2020-12-22 20:27:08 +09:00 committed by Austin Bonander
parent 3aeb46f329
commit ffc2c6c67a

View File

@ -136,6 +136,8 @@ sqlx = { version = "0.4.2", features = [ "runtime-async-std-native-tls" ] }
- `postgres`: Add support for the Postgres database server.
- `mysql`: Add support for the MySQL/MariaDB database server.
- `mssql`: Add support for the MSSQL database server.
- `sqlite`: Add support for the self-contained [SQLite](https://sqlite.org/) database engine.