aplbrain / grand

Your favorite Python graph libraries, scalable and interoperable. Graph databases in memory, and familiar graph APIs for cloud databases.
Apache License 2.0
80 stars 6 forks source link

SQLBackend should allow multiple writes to nx.add_node #26

Closed j6k4m8 closed 2 years ago

j6k4m8 commented 2 years ago

Calling add_node twice in networkx updates the existing node; it should do the same in graph.Graph#nx.add_node.