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 0b0acd2038
release: v0.8.1
Also upgraded dependencies to latest compatible versions
6 months ago
..
help_text skysh: Add `--eval` for running queries directly 7 months ago
src CLI: ensure distinction between REPL and non-REPL executions 6 months ago
Cargo.toml release: v0.8.1 6 months ago
README.md Upgrading clap version to 4.x for skysh (#284) 2 years ago
build.rs Improve help message generation and allow env var for password 7 months 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.

Usage

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"

License

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