Cargo Features
[dependencies]
sqly = { version = "0.4.0", default-features = false, features = ["postgres", "mariadb", "sqlite", "mysql", "checked"] }
- default = checked
-
The
checked
feature is set by default wheneversqly
is added without
somewhere in the dependency tree.default-features = false - postgres
-
Enables postgres of sqlx and sqly-macros
- mariadb
-
Enables mysql of sqlx, mariadb of sqly-macros
- sqlite
-
Enables sqlite of sqlx and sqly-macros
- mysql
-
Enables mysql of sqlx and sqly-macros
- checked default
-
Enables macros of sqlx, checked of sqly-macros
sqly has 6 features without comments.