You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be a great convenience feature to have the CLI auto-complete table naming. For e.g., if I know there's a Location node table, I'd want the CLI to help me autocomplete the it as I type the following query:
kuzu>MATCH (n:Lo
I'd type Lo and press tab and the full table name Location would appear based on the most similar name in the list of available tables in my database. DuckDB provides such a feature in its CLI.
The text was updated successfully, but these errors were encountered:
API
Other
Description
Say we have this list of tables:
It would be a great convenience feature to have the CLI auto-complete table naming. For e.g., if I know there's a
Location
node table, I'd want the CLI to help me autocomplete the it as I type the following query:I'd type
Lo
and press tab and the full table nameLocation
would appear based on the most similar name in the list of available tables in my database. DuckDB provides such a feature in its CLI.The text was updated successfully, but these errors were encountered: