Cargo Features
[dependencies]
wundergraph_cli = { version = "0.1.1", default-features = false, features = ["sqlite", "postgres"] }
- default = postgres
-
The
postgres
feature is set by default wheneverwundergraph_cli
is added without
somewhere in the dependency tree.default-features = false - sqlite
-
Enables sqlite of diesel ^1.4
- postgres default
-
Enables postgres of diesel ^1.4
Affects
information_schema::load_foreign_key_constraints
…