You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Need to ensure there are commands which cover the full range of standard features in cypher in a generic way.
Generic create command (?)
Generic update command (?)
Generic delete command
Create node command
Create edge command
Update node command
Update edge command
Delete node command
Delete edge command
Transactions?
Create graph command which composes nodes and edges (?)
The last point could be done as a command pipelining example rather than a supported command class. But would be a good idea to work towards a use case involving a more complex create or update of a connected subgraph.
The text was updated successfully, but these errors were encountered:
Need to ensure there are commands which cover the full range of standard features in cypher in a generic way.
The last point could be done as a command pipelining example rather than a supported command class. But would be a good idea to work towards a use case involving a more complex create or update of a connected subgraph.
The text was updated successfully, but these errors were encountered: