Cargo Features
sqlx-pgrow-serde has no features set by default.
[dependencies]
sqlx-pgrow-serde = { version = "0.2.0", features = ["json", "chrono", "runtime-tokio-rustls", "sqlite", "postgres", "mysql", "uuid", "decimal"] }
- json
-
Enables json of sqlx ^0.7.1
sqlx:
types
- chrono
-
Enables chrono of sqlx ^0.7.1
- runtime-tokio-rustls
-
Enables runtime-tokio-rustls of sqlx ^0.7.1
- sqlite
-
Enables sqlite of sqlx ^0.7.1
- postgres
-
Enables postgres of sqlx ^0.7.1
- mysql
-
Enables mysql of sqlx ^0.7.1
- uuid
-
Enables uuid of sqlx ^0.7.1
- decimal
-
Enables rust_decimal of sqlx ^0.7.1
sqlx-pgrow-serde has 8 features without comments.