Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support SHOW GRAPHS/LABELS syntax #7

Open
2 tasks
lonng opened this issue Dec 4, 2022 · 0 comments
Open
2 tasks

Support SHOW GRAPHS/LABELS syntax #7

lonng opened this issue Dec 4, 2022 · 0 comments
Labels
feature good first issue Good for newcomers help wanted Extra attention is needed

Comments

@lonng
Copy link
Contributor

lonng commented Dec 4, 2022

Currently, there is no syntax to retrieve all graphs in the database. It's better to add suck syntax:

> SHOW GRAPHS
graph1
graph2
graph3
> USE graph1
> SHOW LABELS
label1
label2

TODO:

  • SHOW GRAPH
  • SHOW LABELS
@lonng lonng added good first issue Good for newcomers help wanted Extra attention is needed feature labels Dec 4, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature good first issue Good for newcomers help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant