Cargo Features

sqlx-plus has no features set by default.

[dependencies]
sqlx-plus = { version = "0.3.0", features = ["sqlite", "mysql", "postgres", "mssql"] }
sqlite

Enables sqlite of sqlx ^0.6

mysql

Enables mysql of sqlx ^0.6

postgres

Enables postgres of sqlx ^0.6

mssql

Enables mssql of sqlx ^0.6

sqlx-plus has 4 features without comments.