kuzudb / kuzu

Embeddable property graph database management system built for query speed and scalability. Implements Cypher.
https://kuzudb.com/
MIT License
1.07k stars 77 forks source link

[cli]: Support auto-complete on functions and tables #3383

Open prrao87 opened 3 weeks ago

prrao87 commented 3 weeks ago

Currently, the CLI only supports auto-complete on keywords like LOAD and ATTACH. This is great, but as we are adding more and more functionality (esp. to the extension framework), it would greatly improve usability if we could add auto-complete to function names and table names, too.

Benefits