Cargo Features

ormx has no features set by default.

[dependencies]
ormx = { version = "0.10.0", features = ["mysql", "sqlite", "postgres"] }
mysql

Enables mysql of ormx-macros and sqlx ^0.5

Affects ormx::Db

sqlite

Enables sqlite of ormx-macros and sqlx ^0.5

Affects ormx::Db

postgres

Enables postgres of ormx-macros and sqlx ^0.5

Affects ormx::Db