Metadata-Version: 2.4
Name: asyncpg-datalayer
Version: 0.0.5a0
Summary: Datalayer implementation for Postgres using asyncpg
License-Expression: MIT
License-File: LICENSE
Author: svaponi
Author-email: 10941963+svaponi@users.noreply.github.com
Requires-Python: >=3.12,<4.0
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Requires-Dist: asyncpg (>=0.31.0,<0.32.0)
Requires-Dist: greenlet (>=3.3.0,<4.0.0)
Requires-Dist: pydantic (>=2.12.5,<3.0.0)
Requires-Dist: sqlalchemy (>=2.0.45,<3.0.0)
Description-Content-Type: text/markdown

# asyncpg-datalayer

[![Test](https://github.com/svaponi/asyncpg-datalayer/actions/workflows/run-tests.yml/badge.svg)](https://github.com/svaponi/asyncpg-datalayer/actions/workflows/run-tests.yml)

Datalayer implementation for [Postgres](https://www.postgresql.org/)
using [asyncpg](https://github.com/MagicStack/asyncpg) (asynchronous Postgres driver).

