asyncpg-simpleorm¶
Simple orm for asyncpg. This package requires python >= 3.6.
- Free software: Apache Software License 2.0
- Documentation: https://asyncpg-simpleorm.readthedocs.io.
Features¶
- Simplifies generating database queries.
- Provides a model class to represent a database table.
- Offers utilities to create, drop, or truncate tables.
Not-Featured (yet)¶
- Nested queries
- Relationship queries
Dependencies¶
- asyncpg
Credits¶
This package was created with Cookiecutter and the audreyr/cookiecutter-pypackage project template.