Cargo Features

Ormlib has no features set by default.

[dependencies]
ormlib = { version = "2.0.2", features = ["sqlite", "mysql"] }
sqlite = rusqlite

Affects ormlib::sqlite

mysql = mysql_async

Affects ormlib::mysql

Features from optional dependencies

In crates that don't use the dep: syntax, optional dependencies automatically become Cargo features. These features may have been created by mistake, and this functionality may be removed in the future.

rusqlite sqlite?

Enables rusqlite ^0.29.0

mysql_async mysql?

Enables mysql_async ^0.32.2