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.8.tar.gz
(5.8 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.8.tar.gz.
File metadata
- Download URL: ildev_db-0.0.8.tar.gz
- Upload date:
- Size: 5.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.11.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
95d9600e796742af6f94ed521aa3721021a9386aac2c86aeee74ac5d5f3369ac
|
|
| MD5 |
4fa7c3def73a2eb71b88d8d926de2499
|
|
| BLAKE2b-256 |
2f0fab702b549feecb0c616088cf636173874dc9cfe15dbd8b1c87e53affa2e4
|
File details
Details for the file ildev_db-0.0.8-py3-none-any.whl.
File metadata
- Download URL: ildev_db-0.0.8-py3-none-any.whl
- Upload date:
- Size: 5.4 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 |
b3e349c031543e67dae3f9cc7df0e18b7bf0223e0531109b9584ee06aa63141f
|
|
| MD5 |
af251dd7aa39ceffa0262c3b8f1d6f3a
|
|
| BLAKE2b-256 |
a34a74f43b371eae370452145acccdfa8dcc37bcab86e1ebcef41bce486876e5
|