aioworkers-orm

Module to work with orm


Keywords
aioworkers, asyncio, db, orm, python
License
Apache-2.0
Install
pip install aioworkers-orm==0.1.0

Documentation

aioworkers-orm

GitHub Workflow Status PyPI - Python Version PyPI

An aioworkers plugin for orm to add orm.Model available via aioworkers.core.context.Context.

Features:

  • Attach model by class reference.
  • Create model by specification.

Development

Install dev requirements:

poetry install

Run tests:

pytest