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.3.tar.gz
(2.4 kB
view details)
Built Distribution
dbs-0.1.3-py3-none-any.whl
(2.9 kB
view details)
File details
Details for the file dbs-0.1.3.tar.gz
.
File metadata
- Download URL: dbs-0.1.3.tar.gz
- Upload date:
- Size: 2.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.11.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 3d967e6c54b037483fbb9c96c8921669d1ac90652c4893504e0ffd8579d9187f |
|
MD5 | 1ee38adcd99cd4458475e1ef23a5981e |
|
BLAKE2b-256 | 16559c878d0f746e5a6937a7cb26eeb4a4bfdad25634197f3c41239e9616d708 |
File details
Details for the file dbs-0.1.3-py3-none-any.whl
.
File metadata
- Download URL: dbs-0.1.3-py3-none-any.whl
- Upload date:
- Size: 2.9 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 | 78b65ecbdc823a5b832451a685d2864cd4bb1787c9e7f0dac3a6eb1eb37256d1 |
|
MD5 | df63a64613113ef5a0b159b6236af67b |
|
BLAKE2b-256 | 8830332aa7929f4cbdd1df2c891724dbcfaf8adc93aceab1769c08f3b0213fc4 |