Storage layer for NeoBot — SQLAlchemy + Alembic
Project description
neobot-storage
SQLAlchemy 2.0 async storage layer for NeoBot. Implements the repository and unit-of-work ports defined in neobot-contracts.
Usage
from neobot_storage import create_engine, make_uow_factory
engine = create_engine("sqlite+aiosqlite:///neobot.db")
uow_factory = make_uow_factory(engine)
async with uow_factory() as uow:
await uow.messages.save_message(msg)
await uow.commit()
Migrations
cd packages/storage
alembic upgrade head
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
neobot_storage-1.0.0a6.tar.gz
(10.4 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 neobot_storage-1.0.0a6.tar.gz.
File metadata
- Download URL: neobot_storage-1.0.0a6.tar.gz
- Upload date:
- Size: 10.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.9.26 {"installer":{"name":"uv","version":"0.9.26","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":null,"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":null}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a48a66e89d882d75737c7852b296e999abd141f892ea94fd8c3b0a997dd98424
|
|
| MD5 |
7983d6d91e7a5e286c2546f4208adb06
|
|
| BLAKE2b-256 |
3ecf78da2350de4bd556ac87546e4cd8ee8d744898212994031eeee69bc911fe
|
File details
Details for the file neobot_storage-1.0.0a6-py3-none-any.whl.
File metadata
- Download URL: neobot_storage-1.0.0a6-py3-none-any.whl
- Upload date:
- Size: 18.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.9.26 {"installer":{"name":"uv","version":"0.9.26","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":null,"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":null}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3f29cd2e562ca7ac81b84a0d92cdb25aee099f0d90c2c523a2440fc387c5ada9
|
|
| MD5 |
0dcda6a66c553cdf1fe52eaa6f48679c
|
|
| BLAKE2b-256 |
12d5b36b8de57bbdae7116f6220ef6c2cde6ef5a33f6eca496de0f9fac087257
|