Cargo Features

tern-core has no features set by default.

[dependencies]
tern-core = { version = "1.0.1", features = ["sqlx_postgres", "sqlx_mysql", "sqlx_sqlite"] }
sqlx_postgres = sqlx

Enables postgres of sqlx

Affects sqlx_backend::postgres

sqlx_mysql = sqlx

Enables mysql of sqlx

Affects sqlx_backend::mysql

sqlx_sqlite = sqlx

Enables sqlite of sqlx

Affects sqlx_backend::sqlite

Features from optional dependencies

In crates that don't use the dep: syntax, optional dependencies automatically become Cargo features. These features may have been created by mistake, and this functionality may be removed in the future.

sqlx sqlx_mysql? sqlx_postgres? sqlx_sqlite?

Affects executor::sqlx_backend