You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Sayan Nandan fddb24ad0b
Implement new REPL and remove old impls
10 months ago
..
help_text Implement new REPL and remove old impls 10 months ago
src Implement new REPL and remove old impls 10 months ago
Cargo.toml Implement new REPL and remove old impls 10 months ago
README.md Add docs for binary crates and upgrade deps 2 years ago

README.md

Skytable Shell

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.

License

All files in this directory are distributed under the AGPL-3.0 License.