mirror of
https://github.com/launchbadge/sqlx
synced 2024-11-10 06:24:16 +00:00
Document macros
feature in README
This commit is contained in:
parent
fa7981f68a
commit
7eca0b90e0
1 changed files with 2 additions and 0 deletions
|
@ -140,6 +140,8 @@ sqlx = { version = "0.4.0-beta.1", default-features = false, features = [ "runti
|
|||
|
||||
* `any`: Add support for the `Any` database driver, which can proxy to a database driver at runtime.
|
||||
|
||||
* `macros`: Add support for the `query*!` macros, which allow compile-time checked queries.
|
||||
|
||||
* `uuid`: Add support for UUID (in Postgres).
|
||||
|
||||
* `chrono`: Add support for date and time types from `chrono`.
|
||||
|
|
Loading…
Reference in a new issue