GINO
v0.7.7
  • Get Started
  • Schema Declaration
  • Engine and Connection
  • Transaction
  • CRUD
  • Relationships
  • Advanced Topics
  • Frequently Asked Questions
  • API Reference
  • Contributing
  • Credits
  • History
GINO
  • Docs »
  • Welcome
  • Edit on GitHub

Welcome¶

https://img.shields.io/pypi/v/gino.svg https://img.shields.io/travis/fantix/gino/master.svg https://img.shields.io/coveralls/github/fantix/gino/master.svg https://img.shields.io/readthedocs/python-gino/stable.svg https://pyup.io/repos/github/fantix/gino/shield.svg https://img.shields.io/gitter/room/python-gino/Lobby.svg

GINO - GINO Is Not ORM - is a lightweight asynchronous ORM built on top of SQLAlchemy core for Python asyncio. Now (early 2018) GINO supports only one dialect asyncpg.

  • Free software: BSD license
  • Requires: Python 3.5
  • Source code: https://github.com/fantix/gino
  • Community: https://gitter.im/python-gino/Lobby

This documentation is still under development. Please excuse the WIP pages.

Translations¶

  • English
  • Chinese

Contents¶

  • Get Started
    • Introduction
    • Installation
    • Declare Models
    • Get Connected
    • CRUD Operations
  • Schema Declaration
    • GINO Engine
    • GINO Core
    • GINO ORM
  • Engine and Connection
    • Creating Engines
    • Managing Connections
    • Executing Queries
    • Implicit Execution
  • Transaction
    • Basic usage
    • Nested Transactions
    • Manual Control
  • CRUD
  • Relationships
    • Model Loader
    • Loader Expression
    • Many-to-One Relationship
    • Self Referencing
    • Other Relationships
  • Advanced Topics
    • Why Asynchronous ORM?
    • Sanic Support
    • Tornado Support
  • Frequently Asked Questions
    • ORM or not ORM?
    • How to join?
    • How to connect to database through SSL?
    • Transaction cannot rollback changes?
  • API Reference
    • gino package
    • gino.dialects package
    • gino.ext package
  • Contributing
    • Types of Contributions
    • Get Started!
    • Pull Request Guidelines
    • Tips
  • Credits
    • Development Lead
    • Contributors
  • History
    • GINO 0.7
    • GINO 0.6
    • GINO 0.5
    • Early Development Releases

Module Documentation¶

  • Index
  • Module Index
  • Search Page
Next

© Copyright 2017-present, Fantix King Revision b829ce8c.

Built with Sphinx using a theme provided by Read the Docs.
Read the Docs v: v0.7.7
Versions
latest
v0.8.2
v0.7.7
v0.6.5
Downloads
On Read the Docs
Project Home
Builds

Free document hosting provided by Read the Docs.