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.1.tar.gz
(5.0 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.1.tar.gz.
File metadata
- Download URL: ildev_db-0.0.1.tar.gz
- Upload date:
- Size: 5.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.11.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d7b1b0806f8545877d73fa7781046a9271cc5b4e23e785c7f16fa340e62be83b
|
|
| MD5 |
d2ccb0d656d2f07a1a5063627e3d116b
|
|
| BLAKE2b-256 |
9651c19c245a83f2f6b6acff3ceeca612b04a924571affc86faf67422708beb2
|
File details
Details for the file ildev_db-0.0.1-py3-none-any.whl.
File metadata
- Download URL: ildev_db-0.0.1-py3-none-any.whl
- Upload date:
- Size: 4.7 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 |
037f1d259dae5b40f15e4c907b55b9cd853baff831519b8f44f0463baab6b510
|
|
| MD5 |
d1faf170b2026b77d09bc98ca10c78cb
|
|
| BLAKE2b-256 |
a359ad80f5e85d8bf4d4ba803dc326956e3f483cd29bf6aafec1c88f8df683bc
|