Crash is an interactive CrateDB command line interface (CLI) SQL shell with autocompletion.
Recent versions of Crash require Python (>= 2.7) to run.
Use Crash 0.16.0 if you're running Python 2.6.
Crash is available as a pip package.
To install, run:
$ pip install crash
Now, run it:
$ crash
To update, run:
$ pip install -U crash
Crash is also available as a standalone executable that includes all the necessary dependencies, and can be run as long as Python (>= 2.7) is available.
First, download the executable:
$ curl -o crash https://cdn.crate.io/downloads/releases/crash_standalone_latest
Then, make it executable:
$ chmod +x crash
Now, run it:
$ ./crash
If you would like to run crash
from any directory and without using leading
./
you will need to move it to somewhere on your $PATH
.
For usage information and options, run:
$ crash --help
This project is primarily maintained by Crate.io, but we welcome community contributions!
See the developer docs and the contribution docs for more information.
Looking for more help?
- Read the project documentation
- Check StackOverflow for common problems
- Chat with us on Slack
- Get paid support