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.12.tar.gz
(6.1 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.12.tar.gz.
File metadata
- Download URL: ildev_db-0.0.12.tar.gz
- Upload date:
- Size: 6.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.11.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c011fa7a4a7eee2f8d8b51b9b44c844b7722466e8c521e3ea2f076f653037faf
|
|
| MD5 |
06e1cbf245718e928ff4202a75363165
|
|
| BLAKE2b-256 |
a7c04778c56430865d5c17914a5123dfbe18d7c8b781eef15b82f9f7ae0fc354
|
File details
Details for the file ildev_db-0.0.12-py3-none-any.whl.
File metadata
- Download URL: ildev_db-0.0.12-py3-none-any.whl
- Upload date:
- Size: 5.5 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 |
453a216756eb7f975de43722b9d385efa08107b68db58169ab2ab669aac272f6
|
|
| MD5 |
2341995b568d5d1163b25e7eb8b0f12e
|
|
| BLAKE2b-256 |
c4da7a69c555ed78fa1e35299d8c40d36cb5de574753cd9f5e103c5d211347d6
|