Cargo Features

snx has no features set by default.

[dependencies]
snx = { version = "0.0.5", features = ["sqlite", "postgres", "mysql"] }
sqlite

Enables sqlite of jiff-diesel and returning_clauses_for_sqlite_3_35 and sqlite of diesel

database

Affects db::DatabaseConnection, config::Config.database, context::Context.db

postgres

Enables postgres of diesel and jiff-diesel

Affects db::DatabaseConnection, config::Config.database, context::Context.db

mysql

Enables mysql of diesel and jiff-diesel

Affects db::DatabaseConnection, config::Config.database, context::Context.db