Mayil-AI-Sandbox / kuzudb_jan15

MIT License
0 stars 0 forks source link

Support `-v`/`--version` flag in Kuzu CLI (hashtag2565) #60

Open vikramsubramanian opened 7 months ago

vikramsubramanian commented 7 months ago

It would be nice to have a -v/--version flag to quickly output installed Kuzu CLI version, as provided in many command line tools.

A related (but more involved) instruction is

kuzu> CALL db_version() RETURN *;

, but it needs an existing database and takes more steps. Also if I understand correctly, database version and CLI program version are two different things. So a CLI flag could help to detect version mismatches.

kuzu -v

)