Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/aioworkers/aioworkers-orm

ORM for aioworkers
https://github.com/aioworkers/aioworkers-orm

aioworkers asyncio db orm python

Last synced: about 1 month ago
JSON representation

ORM for aioworkers

Awesome Lists containing this project

README

        

# aioworkers-orm

[![GitHub Workflow Status](https://img.shields.io/github/workflow/status/aioworkers/aioworkers-orm/CI)](https://github.com/aioworkers/aioworkers-orm/actions?query=workflow%3ACI)
[![codecov](https://codecov.io/gh/aioworkers/aioworkers-orm/branch/master/graph/badge.svg?token=r7WJwoHery)](https://codecov.io/gh/aioworkers/aioworkers-orm)
[![PyPI](https://img.shields.io/pypi/v/aioworkers-orm)](https://pypi.org/project/aioworkers-orm)
[![PyPI - Downloads](https://img.shields.io/pypi/dm/aioworkers-orm)](https://pypi.org/project/aioworkers-orm)
[![PyPI - Python Version](https://img.shields.io/pypi/pyversions/aioworkers-orm)](https://pypi.org/project/aioworkers-orm)
[![PyPI - Status](https://img.shields.io/pypi/status/aioworkers-orm)](https://pypi.org/project/aioworkers-orm)

An aioworkers plugin for [orm](https://github.com/encode/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:

```shell
poetry install
```

Run tests:

```shell
pytest
```