Cargo Features
tower-sessions-sqlx-store has no features set by default.
[dependencies]
tower-sessions-sqlx-store = { version = "0.14.2", 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.