Cargo Features

Dysql has no features set by default.

[dependencies]
dysql = { version = "2.0.0", features = ["sqlx-postgres", "sqlx-mysql", "sqlx-sqlite", "tokio-postgres", "rbatis-pg", "rbatis-mysql", "rbatis-sqlite"] }
sqlx-postgres

Enables sqlx-postgres of dysql-core, sqlx of dysql-macro

sqlx-mysql

Enables sqlx-mysql of dysql-core, sqlx of dysql-macro

sqlx-sqlite

Enables sqlx-sqlite of dysql-core, sqlx of dysql-macro

tokio-postgres

Enables tokio-postgres of dysql-core and dysql-macro

rbatis-pg

Enables rbatis-pg of dysql-core

rbatis-mysql

Enables rbatis-mysql of dysql-core

rbatis-sqlite

Enables rbatis-sqlite of dysql-core

Dysql has 7 features without comments.