feat(interactive): Implement Delete API and Adapt to Multi-property Edges in Interactive
Open
- Dominant language
- C++
- Stars
- 3.6k
- Forks
- 468
- Avg merge
- 29m
- Merged PRs (30d)
- 1
Description
The interactive mode supports RESTful APIs for getting, updating, and adding nodes and edges.
However, because the transaction does not support deletion, the current Delete interface remains unimplemented. It needs to be developed and supported after deletion is implemented.
Additionally, the graph database now supports multi-property edges, but the current transaction only supports operations on single-property edges. Therefore, the corresponding interfaces only support single-property edges, and they need to be adapted after modifications to the transaction.
Contributor guide
Assessment
This issue has not been assessed yet.