pietermartin / sqlg

TinkerPop graph over sql
MIT License
245 stars 51 forks source link

Support topology rename and delete #137

Closed pietermartin closed 2 years ago

pietermartin commented 7 years ago

The current topology only supports adding. Renaming and deleting elements should be supported. Doing this via sql makes the topology cache go out of sync with the db and requires a restart to sync again.

JPMoresmau commented 7 years ago

https://github.com/JPMoresmau/sqlg/tree/feature/137_topology_update

pietermartin commented 2 years ago

This has been implemented. https://github.com/pietermartin/sqlg/commit/7b31bf431adab63e553ba443775b2b2484a806a0