Cargo Features

TinyORM has no features set by default.

[dependencies]
tiny-orm = { version = "0.2.0", features = ["sqlite", "postgres", "mysql"] }
sqlite

Enables sqlite of sqlx

Affects database::db_type

postgres

Enables postgres of sqlx

Affects database::db_type

mysql

Enables mysql of sqlx

Affects database::db_type