peewee-async

peewee-async is a library providing asynchronous interface powered by asyncio for peewee ORM.

  • Works on Python 3.9+

  • Has support for PostgreSQL via aiopg

  • Has support for MySQL via aiomysql

  • Asynchronous analogues of peewee sync methods with prefix aio_

  • Drop-in replacement for sync code, sync will remain sync

  • Basic operations are supported

  • Transactions support is present

The source code is hosted on GitHub.

Contents

Indices and tables