Cargo Features

diesel-dynamic-schema has no features set by default.

[dependencies]
diesel-dynamic-schema = { version = "0.2.1", features = ["postgres", "sqlite", "mysql"] }
postgres

Enables postgres_backend of diesel

sqlite

Enables sqlite of diesel

mysql

Enables mysql_backend of diesel

diesel-dynamic-schema has 3 features without comments.