Skip to main content

Crate kglite_cli

Crate kglite_cli 

Source
Expand description

Shared implementation of the kglite CLI.

kglite is an interactive Cypher shell for .kgl knowledge graphs, in the spirit of the sqlite3 CLI: open a single file, run queries and dot-commands from the terminal, no Python or server required.

Pure-Rust binary over kglite::api::* (no libpython link), mirroring the kglite-bolt-server / kglite-mcp-server crate pattern.

Functionsยง

run
Run the CLI over an explicit argument vector, including the program name.