Mayil-AI-Sandbox / kuzudb_jan15

MIT License
0 stars 0 forks source link

Documentation on CLI and the actual CLI `:help` command inconsistent (hashtag2813) #17

Open vikramsubramanian opened 4 months ago

vikramsubramanian commented 4 months ago

It looks like our [CLI documentation]( is out of date. On the documentation page it gives the following options:

kuzu> :help
    :help     get command list
    :clear     clear shell
    :quit     exit from shell
    :thread [num_threads]     set number of threads for query execution
    :logging_level [logging_level]     set logging level of database, available options: debug, info, err
    :timeout [query_timeout]     set query timeout in ms
    :list_nodes     list all node tables
    :list_rels     list all rel tables
    :show_node     [table_name] show node schema
    :show_rel     [table_name] show rel schema

The actual CLI has these options (and they're about the change as well):

kuzu> :help
    :help     get command list
    :clear     clear shell
    :quit     exit from shell
    :thread [num_threads]     set number of threads for query execution
    :logging_level [logging_level]     set logging level of database, available options: debug, info, err
    :timeout [query_timeout]     set query timeout in ms

So all documentation about no longer supported things should be removed and if there is additional documentation we should add, they should be added (e.g., the CALL commands for configs: see the comment in this issue: )

mayil-ai[bot] commented 4 months ago

Summary: Inconsistency between the CLI documentation and the actual CLI commands.

Possible Solution

Code snippets to check