Cargo Features

supermodel-sqlx has no features set by default.

[dependencies]
supermodel-sqlx = { version = "0.1.0", features = ["any", "mysql", "sqlite", "postgres", "runtime-async-std", "runtime-tokio", "tls-native-tls", "tls-rustls"] }
any

Enables any of sqlx

sqlx:

database

mysql

Enables mysql of sqlx

sqlite

Enables sqlite of sqlx

postgres

Enables postgres of sqlx

Affects supermodel-sqlx::postgres

runtime-async-std

Enables runtime-async-std of sqlx

sqlx:

Base runtime features without TLS

runtime-tokio

Enables runtime-tokio of sqlx

tls-native-tls

Enables tls-native-tls of sqlx

sqlx:

TLS features

tls-rustls

Enables tls-rustls of sqlx