Cargo Features
sqly has no features set by default.
[dependencies]
sqly = { version = "0.3.0", features = ["postgres", "mariadb", "sqlite", "mysql", "unchecked"] }
- 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
- unchecked
-
Enables unchecked of sqly-macros
sqly has 5 features without comments.