Asyncio¶
AIO Redis¶
asyncio (PEP 3156) Redis client library. The library is intended to provide simple and clear interface to Redis based on asyncio.
Beanie¶
Beanie - is an Asynchronous Python object-document mapper (ODM) for MongoDB, based on Motor and Pydantic.
Data and schema migrations are supported by Beanie out of the box.
Examples
Tortoise ORM¶
Tortoise ORM is an easy-to-use asyncio ORM (Object Relational Mapper) inspired by Django.