Cargo Features

[dependencies]
wundergraph_cli = { version = "0.1.1", default-features = false, features = ["sqlite", "postgres"] }
default = postgres

The postgres feature is set by default whenever wundergraph_cli is added without default-features = false somewhere in the dependency tree.

sqlite

Enables sqlite of diesel ^1.4

postgres default

Enables postgres of diesel ^1.4

Affects information_schema::load_foreign_key_constraints