Cargo Features

tiny-orm-model has no features set by default.

[dependencies]
tiny-orm-model = { version = "0.5.1", features = ["sqlite", "postgres", "mysql", "set-option"] }
sqlite

Enables sqlite of sqlx

postgres

Enables postgres of sqlx

mysql

Enables mysql of sqlx

sqlx-0.7 set-option

tiny-orm-model has 4 features without comments.