FalkorDB Shell

Version 0.1.4 released on 2026-05-18.

Repository: szabgab/falkordb-shell

Downloads

Built-in help

.help, - Show this help page.
.delete NAME - Show graph size, ask for confirmation, then delete that graph.
.exit, .quit - Quit the REPL.
.tutorial - Run the interactive tutorial; ENTER runs the step, then ENTER shows the next step. Other statements pause the tutorial until ENTER shows the pending step.
.graph - Show the current graph.
.graph NAME - Switch to the selected graph.
.list - List all graph names in the database with node and edge counts.
.prompt - Toggle between plain and graph-aware prompts.
.stats - Show graph statistics for the current graph.

An unofficial command line client for FalkorDB.

Install by running

$ cargo install falkordb-shell

Then start it by running

$ falkordb-shell --graph Shell

This will start the command line client and automatically connect to a graph called 'Shell'.

Features

The history of commands is saved in $HOME/.falkordb_shell_history.

Use .tutorial inside the shell to run the interactive tutorial in a dedicated tutorial graph. Press ENTER to run the current step, then press ENTER again to reveal the next step. If you run another statement during the tutorial, the shell shows just that result and waits until ENTER to reveal the pending tutorial step.

Use .delete NAME to review the node and edge counts of a graph, confirm the action, and then delete that graph.

Use .list to show every graph together with its node and edge counts.