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.10.tar.gz
(5.2 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.10.tar.gz.
File metadata
- Download URL: ildev_db-0.0.10.tar.gz
- Upload date:
- Size: 5.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.11.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
6371a0271df6eb0108e8144b8e40a08f3e261781ff75d1bd62faddf3844399b9
|
|
| MD5 |
3caec692264773f8b05dadbae3fda139
|
|
| BLAKE2b-256 |
6be0a478e1347d4492d4899839582a2298adb2d61546084d6f383790c83a83fe
|
File details
Details for the file ildev_db-0.0.10-py3-none-any.whl.
File metadata
- Download URL: ildev_db-0.0.10-py3-none-any.whl
- Upload date:
- Size: 5.1 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 |
3a8eacfc1a78acccf11bf1909e0ade9d3502c6e3d47dd3b886f959e3fea892b4
|
|
| MD5 |
3655f423fd62efc244fddcd0cc41b7e3
|
|
| BLAKE2b-256 |
2ebf02645cd8f47a50075b6f78af7421bdc0e550f11b67b4b83f0dadecbf7d1e
|