RockSQL
An SQL shell for executing Rockset queries.
Installation
pip3 install RockSQL
Usage
- Authentication:
$ export `ROCKSET_TOKEN`=[API key] `ROCKSET_SERVER`=[API server]```
Note: You can also authorize using rsql [API key] [API server] in the next step.
- Enter the shell:
$ rsql
- Execute a query
$ SELECT * FROM my_collection
- Exit
$ exit
Shell commands
helpcls/clearexit(^D)
Save results
To save query results to a file, append > to the end of your query.
$ SELECT * FROM my_collection > collection.json
Release files for RockSQL 1.0.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 | |
|---|---|---|---|
| RockSQL-1.0.0.tar.gz | 2.2 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| RockSQL-1.0.0-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 4.8 kB
Release files / RockSQL-1.0.0.tar.gz
| Download URL | RockSQL-1.0.0.tar.gz |
|---|---|
| Size | 2.2 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
8cd0e062dc256db354d6984f80d9fe8faa90ec3689a376e7c97ee8c220bd6c06
|
|
BLAKE2b-256 checksum How to use checksums |
f3d7c7dd78b926f89db3142732f69dc98c319af568210d482faaaea955962517
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/3.2.0 pkginfo/1.5.0.1 requests/2.25.1 setuptools/52.0.0 requests-toolbelt/0.9.1 tqdm/4.49.0 CPython/3.6.4
|
Release files / RockSQL-1.0.0-py3-none-any.whl
| Download URL | RockSQL-1.0.0-py3-none-any.whl |
|---|---|
| Size | 2.5 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
48db91d707ec7ad9a31839ca93d22cda8bf2492dc3222f799c7602170871ddd6
|
|
BLAKE2b-256 checksum How to use checksums |
105ea4b79b4b60cb0e0f211092bf3cbc3e9f3d4f47f8944c40796147b1e46520
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/3.2.0 pkginfo/1.5.0.1 requests/2.25.1 setuptools/52.0.0 requests-toolbelt/0.9.1 tqdm/4.49.0 CPython/3.6.4
|