{"id":15567019,"url":"https://github.com/monobot/asyncorm","last_synced_at":"2025-05-16T05:06:44.380Z","repository":{"id":43810578,"uuid":"82396221","full_name":"monobot/asyncorm","owner":"monobot","description":"Fully Async ORM inspired in django's","archived":false,"fork":false,"pushed_at":"2024-10-20T01:43:38.000Z","size":854,"stargazers_count":178,"open_issues_count":12,"forks_count":15,"subscribers_count":6,"default_branch":"development","last_synced_at":"2025-05-09T17:52:05.809Z","etag":null,"topics":["async","async-await","asynchronous","metaprogramming","orm","postgres","python","python3","sanic"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/monobot.png","metadata":{"files":{"readme":"README.rst","changelog":"HISTORY.rst","contributing":"docs/contributing.rst","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2017-02-18T15:31:32.000Z","updated_at":"2025-03-17T15:44:02.000Z","dependencies_parsed_at":"2023-01-24T07:15:48.909Z","dependency_job_id":"1c26e5c9-5171-41ca-a02a-054a38f69207","html_url":"https://github.com/monobot/asyncorm","commit_stats":{"total_commits":594,"total_committers":9,"mean_commits":66.0,"dds":"0.20538720538720534","last_synced_commit":"6342e2d5fbaa22fb368aead772ac4f255df7562a"},"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/monobot%2Fasyncorm","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/monobot%2Fasyncorm/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/monobot%2Fasyncorm/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/monobot%2Fasyncorm/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/monobot","download_url":"https://codeload.github.com/monobot/asyncorm/tar.gz/refs/heads/development","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254471061,"owners_count":22076585,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["async","async-await","asynchronous","metaprogramming","orm","postgres","python","python3","sanic"],"created_at":"2024-10-02T17:09:38.868Z","updated_at":"2025-05-16T05:06:39.365Z","avatar_url":"https://github.com/monobot.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"asyncOrm\n========\n\n.. image:: https://img.shields.io/pypi/v/asyncorm.svg\n    :target: https://pypi.python.org/pypi/asyncorm\n    :alt: Pypi package\n\n.. image:: https://img.shields.io/pypi/pyversions/asyncorm.svg\n    :target: https://pypi.python.org/pypi/asyncorm\n    :alt: Python versions\n\n.. image:: https://travis-ci.org/monobot/asyncorm.svg?branch=development\n    :target: https://travis-ci.org/monobot/asyncorm\n    :alt: build status\n\n.. image:: https://api.codacy.com/project/badge/Grade/86ee891909654fc0a294849d0a436109\n    :target: https://www.codacy.com/app/monobot/asyncorm?utm_source=github.com\u0026amp;utm_medium=referral\u0026amp;utm_content=monobot/asyncorm\u0026amp;utm_campaign=Badge_Grade\n    :alt: Code quality\n\n.. image:: https://api.codacy.com/project/badge/Coverage/86ee891909654fc0a294849d0a436109\n    :target: https://www.codacy.com/app/monobot/asyncorm?utm_source=github.com\u0026amp;utm_medium=referral\u0026amp;utm_content=monobot/asyncorm\u0026amp;utm_campaign=Badge_Coverage\n    :alt: Coverage\n\n.. image:: https://pyup.io/repos/github/monobot/asyncorm/shield.svg\n    :target: https://pyup.io/account/repos/github/monobot/asyncorm/\n    :alt: Packages status\n\n.. image:: https://readthedocs.org/projects/asyncorm/badge/?version=development\n    :target: http://asyncorm.readthedocs.io/en/development/\n    :alt: Documentation Status\n\n.. image:: https://img.shields.io/badge/code%20style-black-000000.svg\n    :target: https://github.com/ambv/black\n    :alt: Code style\n\nA fully asynchronous python ORM\n\n* Free software: Apache Software License 2.0\n* Documentation: https://asyncorm.readthedocs.io.\n\n\nFeatures\n--------\n\nWARNING: alpha version !!\n\nWARNING: Work In Progress !!\n\n**AsyncORM** is a fully async ORM_ inspired by the fantastic `django orm`_\n\n.. _ORM: https://en.wikipedia.org/wiki/Object-relational_mapping\n.. _django orm: https://docs.djangoproject.com/en/1.11/topics/db/\n\n**AsyncORM** currently only supports postgres, but its developed to be \"easy\"\nto plug a number of different database interfaces.\n\nIt is designed to be used with any async library, but with sanic_ in mind.\n\n.. _sanic: https://github.com/channelcat/sanic\n\nTo do\n-----\n\nA number of things are needed to be able to release asyncOrm as a production\nready ORM:\n\n- better the documentation!\n- migration support (forward migration at least)\n- other databases interfaces ( `mysql`_ / `mariaDb`_ first priority)\n- `prefetch_related`_ functionality\n- Missing Field types: OneToOneField\n\n.. _mySql: https://www.mysql.com/\n.. _mariaDb: https://mariadb.org/\n.. _prefetch_related: https://docs.djangoproject.com/en/1.11/ref/models/querysets/#prefetch_related support\n\nDependencies\n------------\n\nAsyncOrm currently only depends on AsyncPg and netaddr.\n\nasyncpg_, is a database interface library designed specifically for PostgreSQL\nand Python/asyncio.\n\nnetaddr_, A network address manipulation library for Python\n\n.. _asyncpg: https://github.com/MagicStack/asyncpg\n.. _netaddr: https://github.com/drkjam/netaddr\n\nCredits\n---------\n\nThis package was created with Cookiecutter_ and the\n`audreyr/cookiecutter-pypackage`_ project template.\n\n.. _Cookiecutter: https://github.com/audreyr/cookiecutter\n.. _`audreyr/cookiecutter-pypackage`: https://github.com/audreyr/cookiecutter-pypackage\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmonobot%2Fasyncorm","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmonobot%2Fasyncorm","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmonobot%2Fasyncorm/lists"}