From b18db9a6bfb7aa1ed180f8ab1103a44b99ab570e Mon Sep 17 00:00:00 2001 From: Fantix King Date: Thu, 17 May 2018 10:20:20 +0800 Subject: [PATCH] Added GINO the asynchronous SQLAlchemy --- README.rst | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.rst b/README.rst index 1998b31..0afa071 100644 --- a/README.rst +++ b/README.rst @@ -114,10 +114,16 @@ sphinxalchemy_ SQLAlchemy dialect for iterfacing with Sphinx_ (search engine) via SphinxQL. +GINO_ + An asynchronous PostgreSQL dialect for asyncpg_, providing SQLAlchemy + core support and its own asynchronous ORM interface. + .. _Amazon Redshift: https://aws.amazon.com/redshift/ .. _redshift_sqlalchemy: https://github.com/binarydud/redshift_sqlalchemy .. _Sphinx: http://sphinxsearch.com/ .. _sphinxalchemy: https://sphinxalchemy.readthedocs.org/ +.. _GINO: https://github.com/fantix/gino +.. _asyncpg: https://github.com/MagicStack/asyncpg Documentation