Skip to content

Latest commit

 

History

History
29 lines (21 loc) · 1.08 KB

README.md

File metadata and controls

29 lines (21 loc) · 1.08 KB

aioworkers-orm

GitHub Workflow Status codecov PyPI PyPI - Downloads PyPI - Python Version PyPI - Status

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