Cargo Features
sqlx-cache has no features set by default.
[dependencies]
sqlx-cache = { version = "0.1.1", features = ["runtime-tokio", "runtime-async-std", "postgres", "mysql", "sqlite", "tokio-postgres"] }
- runtime-tokio tokio-postgres?
-
Enables runtime-tokio of sqlx
- runtime-async-std
-
Enables runtime-async-std of sqlx
sqlx:
Base runtime features without TLS
- postgres tokio-postgres?
- mysql
- sqlite
- tokio-postgres = postgres, runtime-tokio
sqlx-cache has 6 features without comments.