


sqlalchemy_aio
· GitHub
Asyncio strategy for SQLAlchemy.
Repository Stats
298 stars
17 forks
Repository Activity
This repository has been starred 298 times and forked 17 times, showing its popularity in the developer community.
README Preview
sqlalchemy_aio ============== |PyPI Version| |Documentation| |Travis| |Coverage| |MIT License| ``sqlalchemy_aio`` adds asyncio and `Trio`_ support to SQLAlchemy core, derived from `alchimia`_. +-------------------------------------------------------------------------------+ | ⚠️ **Compatibility Note** | +===============================================================================+ | **SQLAlchemy 1.3** is the latest supported version. **SQLAlchemy 1.4** | | brings `native asyncio support`_, so you should consider using that instead. | +-------------------------------------------------------------------------------+ .. _alchimia: https://github.com/alex/alchimia .. _Trio: https://github.com/python-trio/trio .. _`native asyncio support`: https://docs.sqlalchemy.org/en/14/orm/extensions/asyncio.html Getting started --------------- .. code-block:: python import asyncio from sqlalchemy_aio import ASYNCIO_STRATEGY