Skip to content

Latest commit

 

History

History
127 lines (80 loc) · 2.75 KB

index.rst

File metadata and controls

127 lines (80 loc) · 2.75 KB

Welcome to GINO's documentation!

PyPI Release Version GitHub Workflow Status for tests Codacy coverage Dependabot

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

.. cssclass:: boxed-nav

Useful Links

.. cssclass:: boxed-nav

.. cssclass:: divio

Sections by Divio.

.. toctree::
   :caption: Tutorials
   :maxdepth: 1
   :glob:
   :hidden:

   tutorials
   tutorials/announcement.rst
   tutorials/tutorial.rst
   tutorials/*

.. toctree::
   :caption: How-to Guides
   :maxdepth: 1
   :glob:
   :hidden:

   how-to
   how-to/*

.. toctree::
   :caption: Explanation
   :maxdepth: 1
   :glob:
   :hidden:

   explanation
   explanation/*

.. toctree::
   :caption: Reference
   :maxdepth: 1
   :glob:
   :hidden:

   reference
   reference/*