Cargo Features
Wundergraph has no features set by default.
[dependencies]
wundergraph = { version = "0.1.2", features = ["debug", "sqlite", "postgres", "extras", "uuid", "chrono"] }
- debug = log
-
Enables debug of wundergraph_derive
- sqlite
-
Enables sqlite of diesel ^1.4 and wundergraph_derive
- postgres
-
Enables postgres of diesel ^1.4 and wundergraph_derive
- extras = chrono, uuid
- uuid extras? = uuid_internal
-
Enables uuidv07 of diesel ^1.4
- chrono extras? = chrono_internal
-
Enables chrono of diesel ^1.4
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.
- uuid_internal uuid?
-
Enables uuid ^0.7
- chrono_internal chrono?
-
Enables chrono
- log debug?