Cargo Features

ormlite-core has no features set by default.

[dependencies]
ormlite-core = { version = "0.18.0", features = ["mysql", "sqlite", "postgres", "runtime-tokio-rustls"] }
mysql

Enables mysql of sqlx

sqlite

Enables sqlite of sqlx

postgres

Enables postgres of sqlx

runtime-tokio-rustls

Enables runtime-tokio-rustls of sqlx

ormlite-core has 4 features without comments.