Cargo Features

tower-sessions-sqlx-store has no features set by default.

[dependencies]
tower-sessions-sqlx-store = { version = "0.12.0", features = ["sqlite", "postgres", "mysql"] }
sqlite

Enables sqlite of sqlx

postgres

Enables postgres of sqlx

mysql

Enables mysql of sqlx

tower-sessions-sqlx-store has 3 features without comments.