Cargo Features

kurtbuilds_sqlx_serde has no features set by default.

[dependencies]
kurtbuilds_sqlx_serde = { version = "0.3.2", 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 sqlx

mysql

Enables mysql of sqlx

uuid

Enables uuid of sqlx

decimal

Enables rust_decimal of sqlx

kurtbuilds_sqlx_serde has 8 features without comments.