Reusable SQLite + SQLAlchemy async repository module
Project description
ildev_db
A reusable Python module that integrates SQLite, SQLAlchemy (async), and the repository pattern.
Features
- Async database access using SQLite and SQLAlchemy.
- Implements the repository pattern.
- Fully tested and reusable.
Installation
pip install ildev_db
Usage locally
python -m venv local-venv
./local-venv/Scripts/activate
pip install -r requirements.txt
OR
pip install .[build] # Install build tools
pip install .[test] # Install test tools
pip install .[dev] # Install all dev tools
if python.exe access denied: Remove-Item -Recurse -Force \ildev_db\local-venv
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
ildev_db-0.0.7.tar.gz
(5.6 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file ildev_db-0.0.7.tar.gz.
File metadata
- Download URL: ildev_db-0.0.7.tar.gz
- Upload date:
- Size: 5.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.11.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3c36ddb9ca194c684ee9a83728d869ea468ac2f319a194449fbc8422128e343c
|
|
| MD5 |
4ba1f1605cb6784e4a33e93376ac9b3f
|
|
| BLAKE2b-256 |
8e7befa5f0991717d15f41e600e6b722bb95f71f0f08e5e55f25e087ff01f595
|
File details
Details for the file ildev_db-0.0.7-py3-none-any.whl.
File metadata
- Download URL: ildev_db-0.0.7-py3-none-any.whl
- Upload date:
- Size: 5.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.11.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c66378807e379401ffb917f937c719a19301ea19a56f19de35a4f45dc3ed925b
|
|
| MD5 |
7ef148e835353d517d3582f399304b2f
|
|
| BLAKE2b-256 |
112ab9d594087858dd6d26c9b8d9f2cdb9345660852f122041ee06372123a41f
|