Skip to main content

GINO Is Not ORM - a Python asyncio ORM on SQLAlchemy core.

Project description

PyPI Release Version GitHub Workflow Status for tests GitHub Workflow Status for docs Codacy coverage Dependabot Gitter chat

GINO - GINO Is Not ORM - is a lightweight asynchronous ORM built on top of SQLAlchemy core for Python asyncio. GINO 1.0 supports only PostgreSQL with asyncpg.

  • Free software: BSD license

  • Requires: Python 3.5

  • GINO is developed proudly with PyCharm.

Home

python-gino.org

Documentation

Installation

$ pip install gino

Features

  • Robust SQLAlchemy-asyncpg bi-translator with no hard hack

  • Asynchronous SQLAlchemy-alike engine and connection

  • Asynchronous dialect API

  • Asynchronous-friendly CRUD objective models

  • Well-considered contextual connection and transaction management

  • Reusing native SQLAlchemy core to build queries with grammar sugars

  • Support SQLAlchemy ecosystem, e.g. Alembic for migration

  • Community support for Starlette/FastAPI, aiohttp, Sanic, Tornado and Quart

  • Rich PostgreSQL JSONB support

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

gino-1.0.1.tar.gz (45.3 kB view hashes)

Uploaded Source

Built Distribution

gino-1.0.1-py3-none-any.whl (49.6 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page