toolsql makes it easy to read and write from sql databases
Project description
toolsql
toolsql makes it simple to work with db schemas and queries
the goal is to create an opinionated lightweight wrapper around SqlAlchemy that lowers boilerlpace and cognitive overhead without resorting to magic
Features
- define schemas, queries, and migrations using JSON
- compatible with postgresql and sqlite
- uses sqlalchemy under the hood
Contents
- Installation
- Usage
- Reference
Installation
Usage
Log In To Database
Inspect Current Database Schema
Define CLI
Insert, Select, Update, and Delete Rows
Reference
- Module Reference
- CLI Reference
- Schema Reference
- Function Reference
Module Reference
toolsql.cli
defines command line interface for toolsqltoolsql.crud_utils
functions for inserting, selecting, updating, and deleting rowstoolsql.migrate_utils
functions for migrationstoolsql.sqlalchemy
functions for interfacing with sqlalchemytoolsql.admin_utils
toolsql.summary_utils
CLI Reference
Schema Reference
SQLDBSchema
describes a database, including its tablesSQLTableSpec
describes a table, including its columns, indices, and constraintsSQLColumn
describes a column, including its datatype and constraints- see
spec.py
for specific structure of each schema
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
toolsql-0.3.4.tar.gz
(21.5 kB
view details)
Built Distribution
toolsql-0.3.4-py3-none-any.whl
(35.1 kB
view details)
File details
Details for the file toolsql-0.3.4.tar.gz
.
File metadata
- Download URL: toolsql-0.3.4.tar.gz
- Upload date:
- Size: 21.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: python-requests/2.27.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 62595524eb8ccad89c759e55d4f92e20639733033972fdec90a58e1387d99396 |
|
MD5 | 7c1bc97000aed587307e8a60af278a1c |
|
BLAKE2b-256 | c3e6ebcafa533ae97c5faa66da922221d7fd07debbca635e7bd767bdaaf2d693 |
File details
Details for the file toolsql-0.3.4-py3-none-any.whl
.
File metadata
- Download URL: toolsql-0.3.4-py3-none-any.whl
- Upload date:
- Size: 35.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: python-requests/2.27.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 16b9671671b676bc8bdd8a8ad35acdc589202737df88036580e07480a47d42c5 |
|
MD5 | 15ae649571d0fab85d2bee99e410a762 |
|
BLAKE2b-256 | d1423b6c75bfbe08866a0add936c164e8a21e2fd1f66f470f8ba41ae259a9b3e |