sqlx-plus has no features set by default.
[dependencies] sqlx-plus = { version = "0.3.0", features = ["sqlite", "mysql", "postgres", "mssql"] }
Enables sqlite of sqlx ^0.6
Enables mysql of sqlx ^0.6
Enables postgres of sqlx ^0.6
Enables mssql of sqlx ^0.6
sqlx-plus has 4 features without comments.