Cargo Features

crudx has no features set by default.

[dependencies]
crudx = { version = "1.0.0", features = ["postgres", "mysql", "sqlite", "mssql"] }
postgres

Enables postgres of sqlx

Affects crudx::model

mysql

Enables mysql of sqlx

Affects crudx::model

sqlite

Enables sqlite of sqlx

Affects crudx::model

mssql = futures-io, tiberius

Affects crudx::model

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 mysql? postgres? sqlite?
futures-io mssql?
tiberius mssql?