Cargo Features
rorm-sql has no features set by default.
[dependencies]
rorm-sql = { version = "0.8.3", features = ["sqlite", "mysql", "postgres", "postgres-only"] }
- sqlite
-
Enables libsqlite3-sys ~0.26
SQlite bindings for printf
Affects
create_column::CreateColumnSQLiteData
… - mysql
-
Affects
create_column::CreateColumnMySQLData
… - postgres postgres-only?
-
Affects
create_column::CreateColumnPostgresData
… - postgres-only = postgres
-
Enables bit-vec ~0.6
Bitvec support
and ipnetwork
Ip network
and mac_address
Mac Address support