ingraph
ingraph copied to clipboard
Implement DML operations
Extracted from #51:
- [ ] Data manipulation
- [x]
CREATE
- [x]
DELETE
- [x]
DETACH DELETE
- [ ]
MERGE
- [ ]
REMOVE
- [ ]
SET
- [x]
- ~"Triggers" for
MERGE
~- ~
ON CREATE
~ - ~
ON MATCH
~
- ~
Depends on #150.