Cargo Features

qjack has no features set by default.

[dependencies]
qjack = { version = "0.1.3", features = ["rt_tokio", "rt_async-std", "db_postgres", "db_mysql", "db_sqlite"] }
rt_tokio

Enables runtime-tokio-native-tls of sqlx ^0.6

rt_async-std

Enables runtime-async-std-native-tls of sqlx ^0.6

sqlx:

Legacy Runtime + TLS features

db_postgres

Enables postgres of sqlx ^0.6

db_mysql

Enables mysql of sqlx ^0.6

db_sqlite

Enables sqlite of sqlx ^0.6

qjack has 5 features without comments.