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 whenever sqly is added without default-features = false somewhere in the dependency tree.

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.