mirror of
https://github.com/launchbadge/sqlx
synced 2024-11-10 06:24:16 +00:00
Update README.md (#2613)
Actually there is `rust_decimal` feature, not just `decimal`
This commit is contained in:
parent
66436565e8
commit
3268698f2e
1 changed files with 1 additions and 1 deletions
|
@ -196,7 +196,7 @@ be removed in the future.
|
|||
|
||||
- `bigdecimal`: Add support for `NUMERIC` using the `bigdecimal` crate.
|
||||
|
||||
- `decimal`: Add support for `NUMERIC` using the `rust_decimal` crate.
|
||||
- `rust_decimal`: Add support for `NUMERIC` using the `rust_decimal` crate.
|
||||
|
||||
- `ipnetwork`: Add support for `INET` and `CIDR` (in postgres) using the `ipnetwork` crate.
|
||||
|
||||
|
|
Loading…
Reference in a new issue