Skip to content

aioworkers/aioworkers-orm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

60 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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