We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f08e753 commit 64a70a2Copy full SHA for 64a70a2
wundergraph_bench/Cargo.toml
@@ -25,6 +25,6 @@ num_cpus = "1.8"
25
structopt = "0.3"
26
27
[features]
28
-default = []
+default = ["postgres"]
29
postgres = ["wundergraph/postgres", "diesel/postgres"]
30
sqlite = ["wundergraph/sqlite", "diesel/sqlite"]
0 commit comments