apache / age-viewer

Graph database optimized for fast analysis and real-time data processing. It is provided as an extension to PostgreSQL.
https://age.apache.org
Apache License 2.0
241 stars 238 forks source link

Updating graph list on the editor when a graph is created/dropped #132

Closed rrrokhtar closed 1 year ago

rrrokhtar commented 1 year ago

This pull request is related to the enhancement request on #131 The feature is loading the graph into the graph list when a new graph is created or dropped consistency .

Done through fetching the metadata when the response is fulfilled and contains a query with create_graph / drop_graph 2 lines added exactly you can check them out on the changes

Demo Create/Drop graph demo