FalkorDB Shell
Downloads
Built-in help
.help, - Show this help page. .exit, .quit - Quit the REPL. .intro - Introduction to the OpenCyper commands. .graph - Show the current graph. .graph NAME - Switch to the selected graph. .list - List all graph names in the database. .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.