mirror of
https://github.com/launchbadge/sqlx.git
synced 2025-09-29 22:12:04 +00:00
Add decimal feature to README.md
This commit is contained in:
parent
94413bd830
commit
c5157c950d
@ -148,6 +148,8 @@ sqlx = { version = "0.4.0-beta.1", default-features = false, features = [ "runti
|
||||
|
||||
* `bigdecimal`: Add support for `NUMERIC` using the `bigdecimal` crate.
|
||||
|
||||
* `decimal`: Add support for `NUMERIC` using the `rust_decimal` crate.
|
||||
|
||||
* `ipnetwork`: Add support for `INET` and `CIDR` (in postgres) using the `ipnetwork` crate.
|
||||
|
||||
* `json`: Add support for `JSON` and `JSONB` (in postgres) using the `serde_json` crate.
|
||||
|
Loading…
x
Reference in New Issue
Block a user