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?

Enables postgres of sqlx

mysql

Enables mysql of sqlx

sqlite

Enables sqlite of sqlx

tokio-postgres = postgres, runtime-tokio

sqlx-cache has 6 features without comments.