mirror of
https://github.com/launchbadge/sqlx
synced 2024-11-10 06:24:16 +00:00
A little ambiguity in readme
This commit is contained in:
parent
111265b5ab
commit
cded993246
1 changed files with 1 additions and 1 deletions
|
@ -152,7 +152,7 @@ sqlx = { version = "0.5", features = [ "runtime-async-std-native-tls" ] }
|
|||
|
||||
- `chrono`: Add support for date and time types from `chrono`.
|
||||
|
||||
- `time`: Add support for date and time types from `time` crate (alternative to `chrono`, prefered by `query!` macro, if both enabled)
|
||||
- `time`: Add support for date and time types from `time` crate (alternative to `chrono`, which is prefered by `query!` macro, if both enabled)
|
||||
|
||||
- `bstr`: Add support for `bstr::BString`.
|
||||
|
||||
|
|
Loading…
Reference in a new issue