Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/aioworkers/aioworkers-orm
- Owner: aioworkers
- License: apache-2.0
- Created: 2019-03-25T09:50:21.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2021-04-08T09:56:33.000Z (over 3 years ago)
- Last Synced: 2024-09-22T09:12:26.260Z (3 months ago)
- Topics: aioworkers, asyncio, db, orm, python
- Language: Python
- Homepage:
- Size: 50.8 KB
- Stars: 2
- Watchers: 5
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```