SQL String Composition for MariaDB
Project description
mariadb_composition
SQL String Composition for MariaDB
This module is based on psycopg.sql, but generates SQL for mariadb and does it without depending on a live connection to the db.
Usage
Works pretty much like https://www.psycopg.org/psycopg3/docs/api/sql.html#module-usage
It would be good to improve this documentation.
Contributing
- Clone the repo.
- Set up your venv:
python3 -m venv .venv
source .venv/bin/activate
- Get the Requirements:
python3 -m pip install -r requirements.txt
hatch test
to run the tests (add-c
to see coverage info)- Make changes/write tests.
- Open a PR.
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
Built Distribution
Close
Hashes for mariadb_composition-1.0.0.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | b352ebeda37d17dc29261dfeef93194371a244ded202daf76d21b8097689ff87 |
|
MD5 | 3ed3981b421780b460514ce9953d8652 |
|
BLAKE2b-256 | 6dfc333d522a3c336c9b94287bc877520870d0de5bb240e242f34590da41075c |
Close
Hashes for mariadb_composition-1.0.0-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | f85182e1bdff32dc16d30725b53025f3837a846f1a489047e50a7d86761bdeee |
|
MD5 | 4b0f8343a2e7a85c1cedc77a4ce4403e |
|
BLAKE2b-256 | 6653089d8b2b5e45bb2217666187620ab0d0759999ef4463028234dab8068831 |