Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4ec78be commit 784f127Copy full SHA for 784f127
1 file changed
README.rst
@@ -24,7 +24,8 @@
24
25
26
GINO - GINO Is Not ORM - is a lightweight asynchronous ORM built on top of
27
-SQLAlchemy_ core for Python asyncio_. GINO 1.0 supports only PostgreSQL_ with asyncpg_.
+SQLAlchemy_ core for Python asyncio_. GINO 1.1 supports PostgreSQL_ with asyncpg_,
28
+and MySQL with aiomysql_.
29
30
* Free software: BSD license
31
* Requires: Python 3.6
@@ -79,6 +80,7 @@ Features
79
80
.. _aiohttp: https://github.com/aio-libs/aiohttp
81
.. _Starlette: https://www.starlette.io/
82
.. _FastAPI: https://fastapi.tiangolo.com/
83
+.. _aiomysql: https://github.com/aio-libs/aiomysql
84
.. |PyCharm| image:: ./docs/images/pycharm.svg
85
:height: 20px
86
:target: https://www.jetbrains.com/?from=GINO
0 commit comments