-
-
Notifications
You must be signed in to change notification settings - Fork 12
Open
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomers
Description
This one should be quite easy:
- Add corresponding feature flags to the
wundergraph_derive
,wundergraph
andwundergraph_cli
crate - Generate an impl for
LoadingHandler
fordiesel::mysql::Mysql
inwundergraph_derive/src/wundergraph_entity.rs
- Generate an impl for
WundergraphBelongsTo
fordiesel::mysql::Mysql
inwundergraph_derive/src/belonging_to.rs
- Generate an impl for
BuildFilterHelper
fordiesel::mysql::Mysql
inwundergraph_derive/src/build_filter_helper.rs
- Implement
HandleInsert
andHandleBatchInsert
fordiesel::mysql::Mysql
inwundergraph/src/query_builder/mutations/insert
- Implement
ApplyOffset
fordiesel::mysql::Mysql
inwundergraph/src/query_builder/selection/offset.rs
- See if you get at least
wundergraph_example
running with the mysql backend. This includes porting the SQL migrations here to the MySQL dialect.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomers