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
- db_mysql
- db_sqlite
qjack has 5 features without comments.