Cargo Features
TinyORM has no features set by default.
[dependencies]
tiny-orm = { version = "0.3.1", features = ["sqlite", "postgres", "mysql"] }
- sqlite
-
Enables sqlite of sqlx and tiny-orm-macros
- postgres
-
Enables postgres of sqlx and tiny-orm-macros
- mysql
-
Enables mysql of sqlx and tiny-orm-macros
TinyORM has 3 features without comments.