pietermartin / sqlg

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

Sqlg ui #413

Closed pietermartin closed 2 years ago

pietermartin commented 3 years ago

sqlg needs a ui to help with managing the schema. Basic idea is a tree representing the schema on the left and the details on the right. add/edit/remove functionality and maybe later execute gremlin queries

pietermartin commented 2 years ago

First iteration of this is done. The ui allows browsing the schema and removing elements.