Cargo Features
ormx has no features set by default.
[dependencies]
ormx = { version = "0.11.0", features = ["mysql", "mariadb", "sqlite", "postgres"] }
- mysql
-
Enables mysql of ormx-macros and sqlx
Affects
ormx::Db
… - mariadb
-
Enables mariadb of ormx-macros, mysql of sqlx
Affects
ormx::Db
… - sqlite
-
Enables sqlite of ormx-macros and sqlx
Affects
ormx::Db
… - postgres
-
Enables postgres of ormx-macros and sqlx
Affects
ormx::Db
…