Update README.md

This commit is contained in:
Ryan Leckey 2020-03-18 22:51:31 -07:00 committed by GitHub
parent 0c4c80a51f
commit a3a97fc0a4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -78,6 +78,8 @@ sqlx = { version = "0.2", default-features = false, features = [ "runtime-tokio"
* `mysql`: Add support for the MySQL (and MariaDB) database server.
* `sqlite`: Add support for the self-contained [SQLite](https://sqlite.org/) database engine.
* `uuid`: Add support for UUID (in Postgres).
* `chrono`: Add support for date and time types from `chrono`.