Cargo Features
sqlx-postgres has no features set by default.
[dependencies]
sqlx-postgres = { version = "0.8.2", features = ["any", "json", "migrate", "offline", "bigdecimal", "bit-vec", "chrono", "ipnetwork", "mac_address", "rust_decimal", "time", "uuid"] }
- any
-
Affects
sqlx-postgres::any
… - json
-
Enables sqlx-core
- migrate
- offline
-
sqlx-core:
support offline/decoupled building (enables serialization of
Describe
) - bigdecimal
-
Type Integration features
Enables bigdecimal of sqlx-core and bigdecimal and num-bigint
bigdecimal:
Type Integrations (versions inherited from
[workspace.dependencies]
) - bit-vec
-
Enables bit-vec ^0.6.3, bit-vec of sqlx-core
- chrono
- ipnetwork
- mac_address
-
Enables mac_address, mac_address of sqlx-core
- rust_decimal
-
Enables maths of rust_decimal, rust_decimal of sqlx-core
- time
- uuid