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

sqlx:

types

chrono

Enables chrono of sqlx

runtime-tokio-rustls

Enables runtime-tokio-rustls of sqlx

sqlite

Enables sqlite of sqlx

postgres

Enables postgres of sqlx

mysql

Enables mysql of sqlx

uuid

Enables uuid of sqlx

decimal

Enables rust_decimal of sqlx

sqlx-pgrow-serde has 8 features without comments.