Metadata-Version: 2.4
Name: myfy-data
Version: 0.1.2a73
Summary: Database/ORM module for myfy framework
Requires-Python: >=3.12
Requires-Dist: aiosqlite>=0.20.0
Requires-Dist: alembic>=1.13.0
Requires-Dist: myfy-core==0.1.2a73
Requires-Dist: sqlalchemy[asyncio]>=2.0
Description-Content-Type: text/markdown

# myfy-data

Database/ORM module for the myfy framework.

Provides async SQLAlchemy integration with REQUEST-scoped sessions, connection pooling, and Alembic migrations.

See the [main README](../../README.md) for documentation.
