The CrateDB Shell
The CrateDB Shell (aka Crash) is an interactive command-line interface (CLI) tool for interacting with CrateDB.
Screenshot
Documentation
The official documentation is available at CrateDB shell documentation.
Installation
Python Package
Crash is available as a package from PyPI.
To install the most recent version, run:
pipx install crash
Now, run it:
crash
Standalone
Crash is also available as a standalone executable that includes all the necessary dependencies.
First, download the executable file:
curl -o crash https://cdn.crate.io/downloads/releases/crash_standalone_latest
Then, set the executable bit:
chmod +x crash
Now, run it:
./crash
If you would like to run crash from any directory, and without the leading ./, the file has to be in a directory that is on your PATH.
Troubleshooting
The documentation section about troubleshooting connection errors provides support and guidelines how to debug and resolve problems when connecting to CrateDB or CrateDB Cloud.
Contributing
This project is primarily maintained by Crate.io, but we welcome community contributions!
See the developer docs and the contribution docs for more information.
Help
Looking for more help? Check out our support channels.
Release files for crash 0.32.0
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| crash-0.32.0.tar.gz | 45.3 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| crash-0.32.0-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 82.7 kB
Release files / crash-0.32.0.tar.gz
| Download URL | crash-0.32.0.tar.gz |
|---|---|
| Size | 45.3 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
1e0d90a6bb7d109171993961a4f6fa62b4a9d39f64e8222d4817235e7cc7c3c2
|
|
BLAKE2b-256 checksum How to use checksums |
1602f33f1a1b779d0e57ac9a42877e426c9e25a1eea8904197a63c7768e2feef
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.1.0 CPython/3.13.7
|
Release files / crash-0.32.0-py3-none-any.whl
| Download URL | crash-0.32.0-py3-none-any.whl |
|---|---|
| Size | 37.4 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
542da13a07f3ed2a6f335eb2f981de63419d42a70419bd639d670b7bf36e47f2
|
|
BLAKE2b-256 checksum How to use checksums |
4c5c25d9de6064a55807dd6a7b4737ff6a81b8a5939f667c010eed6e427eb876
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.1.0 CPython/3.13.7
|