asyncpg-simpleorm

https://img.shields.io/pypi/v/asyncpg_simpleorm.svg https://img.shields.io/travis/m-housh/asyncpg-simpleorm.svg Documentation Status

Simple orm for asyncpg. This package requires python >= 3.6.

Features

  • Simplifies generating database queries.
  • Provides a model class to represent a database table.
  • Offers utilities to create, drop, or truncate tables.

Dependencies

  • asyncpg

Credits

This package was created with Cookiecutter and the audreyr/cookiecutter-pypackage project template.