No project description provided
Project description
DBS
Getting started
Installation:
pip install dbs
Run with:
python3 -m dbs.query
Using
Execute one query:
python3 -m dbs.query 'sqlite://:inmemory:' 'sqls/select.sql'
Pipe commands together:
export DB_HOST='sqlite://:inmemory:'
python3 -m dbs.query $DB_HOST 'sqls/create.sql'
python3 -m dbs.query $DB_HOST 'sqls/select_table_1.sql' | python3 -m dbs.query $DB_HOST 'sqls/select_table_2.sql'
How to contribute
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
dbs-0.1.4.tar.gz
(2.7 kB
view details)
Built Distribution
dbs-0.1.4-py3-none-any.whl
(3.4 kB
view details)
File details
Details for the file dbs-0.1.4.tar.gz
.
File metadata
- Download URL: dbs-0.1.4.tar.gz
- Upload date:
- Size: 2.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.11.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 556958d5dbe23df6f87f97bf82ecbed216af690ea6db7a6e89ae3020494f0f6b |
|
MD5 | 5631ec7b0b1bf2f6489195fe3fb5a9d6 |
|
BLAKE2b-256 | ab9de4090eaf87f4910df64358081e52d2fc0b23d926149fb350963572432cf0 |
File details
Details for the file dbs-0.1.4-py3-none-any.whl
.
File metadata
- Download URL: dbs-0.1.4-py3-none-any.whl
- Upload date:
- Size: 3.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.11.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | d14688dff8dfa7da5be2c3f47ea4642bcdca46c91faaae111412e8954d17306b |
|
MD5 | 777407a9bd29d3b6f43c4fbb221b48a2 |
|
BLAKE2b-256 | 2bd3c09dd7558845efc142804fa807dcc6890fb5b68e434ec4c9774bc2d7c045 |