{"id":13424602,"url":"https://github.com/python-gino/gino","last_synced_at":"2025-05-15T12:07:10.731Z","repository":{"id":39486615,"uuid":"97905816","full_name":"python-gino/gino","owner":"python-gino","description":"GINO Is Not ORM - a Python asyncio ORM on SQLAlchemy core.","archived":false,"fork":false,"pushed_at":"2022-02-12T20:35:18.000Z","size":2744,"stargazers_count":2711,"open_issues_count":56,"forks_count":151,"subscribers_count":45,"default_branch":"master","last_synced_at":"2025-05-13T07:03:08.150Z","etag":null,"topics":["asyncio","asyncpg","gino","hacktoberfest","orm","python3","sqlalchemy"],"latest_commit_sha":null,"homepage":"https://python-gino.org/","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/python-gino.png","metadata":{"files":{"readme":"README.rst","changelog":"HISTORY.rst","contributing":"CONTRIBUTING.rst","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null}},"created_at":"2017-07-21T04:27:01.000Z","updated_at":"2025-05-10T06:06:33.000Z","dependencies_parsed_at":"2022-08-01T08:20:01.210Z","dependency_job_id":null,"html_url":"https://github.com/python-gino/gino","commit_stats":null,"previous_names":["fantix/gino"],"tags_count":50,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/python-gino%2Fgino","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/python-gino%2Fgino/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/python-gino%2Fgino/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/python-gino%2Fgino/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/python-gino","download_url":"https://codeload.github.com/python-gino/gino/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254249198,"owners_count":22039029,"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":["asyncio","asyncpg","gino","hacktoberfest","orm","python3","sqlalchemy"],"created_at":"2024-07-31T00:00:56.904Z","updated_at":"2025-05-15T12:07:05.709Z","avatar_url":"https://github.com/python-gino.png","language":"Python","readme":"======\n|GINO|\n======\n\n.. image:: https://img.shields.io/pypi/v/gino?logo=python\u0026logoColor=white\n        :alt: PyPI Release Version\n        :target: https://pypi.python.org/pypi/gino\n\n.. image:: https://img.shields.io/pypi/dm/gino?logo=pypi\u0026logoColor=white\n        :alt: PyPI Monthly Downloads\n        :target: https://pypi.python.org/pypi/gino\n\n.. image:: https://img.shields.io/github/workflow/status/python-gino/gino/CI?label=CI\u0026logo=github\n        :alt: GitHub Workflow Status for CI\n        :target: https://github.com/python-gino/gino/actions?query=workflow%3ACI\n\n.. image:: https://img.shields.io/codacy/grade/b6a59cdf5ca64eab9104928d4f9bbb97?logo=codacy\n        :alt: Codacy Code Quality\n        :target: https://app.codacy.com/gh/python-gino/gino/dashboard\n\n.. image:: https://img.shields.io/codacy/coverage/b6a59cdf5ca64eab9104928d4f9bbb97?logo=codacy\n        :alt: Codacy coverage\n        :target: https://app.codacy.com/gh/python-gino/gino/dashboard\n\n\nGINO - GINO Is Not ORM - is a lightweight asynchronous ORM built on top of\nSQLAlchemy_ core for Python asyncio_. GINO 1.1 supports PostgreSQL_ with asyncpg_,\nand MySQL with aiomysql_.\n\n* Free software: BSD license\n* Requires: Python 3.6\n* GINO is developed proudly with |PyCharm|.\n\n\nHome\n----\n\n`python-gino.org \u003chttps://python-gino.org/\u003e`__\n\n\nDocumentation\n-------------\n\n* English_\n* Chinese_\n\n\nInstallation\n------------\n\n.. code-block:: console\n\n    $ pip install gino\n\n\nFeatures\n--------\n\n* Robust SQLAlchemy-asyncpg bi-translator with no hard hack\n* Asynchronous SQLAlchemy-alike engine and connection\n* Asynchronous dialect API\n* Asynchronous-friendly CRUD objective models\n* Well-considered contextual connection and transaction management\n* Reusing native SQLAlchemy core to build queries with grammar sugars\n* Support SQLAlchemy ecosystem, e.g. Alembic_ for migration\n* `Community support \u003chttps://github.com/python-gino/\u003e`_ for Starlette_/FastAPI_, aiohttp_, Sanic_, Tornado_ and Quart_\n* Rich PostgreSQL JSONB support\n\n\n.. _SQLAlchemy: https://www.sqlalchemy.org/\n.. _asyncpg: https://github.com/MagicStack/asyncpg\n.. _PostgreSQL: https://www.postgresql.org/\n.. _asyncio: https://docs.python.org/3/library/asyncio.html\n.. _Alembic: https://bitbucket.org/zzzeek/alembic\n.. _Sanic: https://github.com/channelcat/sanic\n.. _Tornado: http://www.tornadoweb.org/\n.. _Quart: https://gitlab.com/pgjones/quart/\n.. _English: https://python-gino.org/docs/en/\n.. _Chinese: https://python-gino.org/docs/zh/\n.. _aiohttp: https://github.com/aio-libs/aiohttp\n.. _Starlette: https://www.starlette.io/\n.. _FastAPI: https://fastapi.tiangolo.com/\n.. _aiomysql: https://github.com/aio-libs/aiomysql\n.. |PyCharm| image:: ./docs/images/pycharm.svg\n        :height: 20px\n        :target: https://www.jetbrains.com/?from=GINO\n\n.. |GINO| image:: ./docs/theme/static/logo.svg\n        :alt: GINO\n        :height: 64px\n        :target: https://python-gino.org/\n","funding_links":[],"categories":["Third-Party Extensions","Python"],"sub_categories":["Databases"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpython-gino%2Fgino","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpython-gino%2Fgino","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpython-gino%2Fgino/lists"}