encode/orm: An async ORM. ?

The orm package is an async ORM for Python, with support for Postgres, MySQL, and SQLite. ORM is built with:

SQLAlchemy core for query building.
databases for cross-database async support.
typesystem for data validation.
Because ORM is built on SQLAlchemy core, you can use Alembic to provide database migrations.