sqlhild SQLifies everything
Project description
Command line
You can run queries from the command line.
sqlhild 'select * from `sqlhild.example.OneToTen`'
You can load modules.
sqlhild -m botoquery/__init__.py "select EnvironmentName from EBEnvironment"
If you don’t have command line options you can just pass the whole SQL query as if the command was “echo”. Watch out for shell globbing!
sqlhild select '*' from `sqlhild.example.OneToTen`
You can put the module path as the parent of your table
sqlhild select '*' from `botoquery/ecs.py.Clusters`
Postgres mode
sqlhild in server mode runs a Postgres facade. You can use your favourite Postgres client to play around with sqlhild tables.
sqlhild --server 0.0.0.0:10000 --modules sqlhild.example
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
sqlhild-0.1.1.tar.gz
(445.3 kB
view details)
Built Distribution
sqlhild-0.1.1-py2.py3-none-any.whl
(463.3 kB
view details)
File details
Details for the file sqlhild-0.1.1.tar.gz
.
File metadata
- Download URL: sqlhild-0.1.1.tar.gz
- Upload date:
- Size: 445.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: Python-urllib/2.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 5a95145460b163294d6b022223acfa1172b7a44b9adfe2adb1c4d75aadf249e2 |
|
MD5 | 6a927d744a303ecb32af39bbd6a2fe06 |
|
BLAKE2b-256 | 97a2117bb352366c0c901742567847b9012fb4070a046f16b8a0669d8d2b7ef1 |
File details
Details for the file sqlhild-0.1.1-py2.py3-none-any.whl
.
File metadata
- Download URL: sqlhild-0.1.1-py2.py3-none-any.whl
- Upload date:
- Size: 463.3 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: Python-urllib/2.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 76f23c618fd34a06a020a555bc40a15edb0f8c7d22af150ba16182bccfdcf111 |
|
MD5 | 531a11bb9971807943bddb2f05aaf93e |
|
BLAKE2b-256 | 640c1c5e043834c12c6e84c9c9ebf06be625516c649df55a5bda1d01dd6f6788 |