File tree Expand file tree Collapse file tree 3 files changed +3
-0
lines changed Expand file tree Collapse file tree 3 files changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -39,6 +39,7 @@ insta = "0.12"
3939[features ]
4040default = []
4141debug = [" wundergraph_derive/debug" , " log" ]
42+ mysql = [" diesel/mysql" , " wundergraph_derive/mysql" ]
4243sqlite = [" diesel/sqlite" , " wundergraph_derive/sqlite" ]
4344postgres = [" diesel/postgres" , " wundergraph_derive/postgres" ]
4445extras = [" uuid" , " chrono" ]
Original file line number Diff line number Diff line change @@ -24,5 +24,6 @@ serde_json = "1"
2424
2525[features ]
2626default = [" postgres" ]
27+ mysql = [" diesel/mysql" ]
2728sqlite = [" diesel/sqlite" ]
2829postgres = [" diesel/postgres" ]
Original file line number Diff line number Diff line change @@ -21,6 +21,7 @@ proc-macro = true
2121[features ]
2222default = []
2323nightly = [" proc-macro2/nightly" ]
24+ mysql = []
2425postgres = []
2526sqlite = []
2627debug = []
You can’t perform that action at this time.
0 commit comments