This directory contains the source code for the Skytable Shell. When compiled, it produces a single binary skysh, short for Skytable shell. The Skytable shell can be used to connect to a Skytable instance, and it provides some nice to have shell features like history, terminal interactions and more.
By default, skysh connects to the default:default entity for an instance running on 127.0.0.1 (localhost) on port 2003. You can change these connection settings use command-line parameters.
The below terminal interactions show a few ways in which skysh can be used:
# Use skysh to run one-off expressions
skysh -e "SET x 100" "GET x"All files in this directory are distributed under the AGPL-3.0 License.