You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@age.apache.org by "RahimullahShaheen (via GitHub)" <gi...@apache.org> on 2023/06/07 06:56:58 UTC

[GitHub] [age] RahimullahShaheen commented on issue #970: how to add nodes and edges in RDB without a cypher query so that it will be same as cypher query

RahimullahShaheen commented on issue #970:
URL: https://github.com/apache/age/issues/970#issuecomment-1580041663

   As nodes and relationships are stored in tables, therefore you can use SQL's INSERT INTO statement to insert node or edges. But this approach is not recommended because you need to ensure that the inserted nodes and their relationships are consistent with the existing graph structure other wise it may destroy the overall structure and integrity of the graph.  


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@age.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org