Skip to content

Commit 784f127

Browse files
committed
Update README for GINO 1.1
1 parent 4ec78be commit 784f127

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

README.rst

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,8 @@
2424

2525

2626
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_.
27+
SQLAlchemy_ core for Python asyncio_. GINO 1.1 supports PostgreSQL_ with asyncpg_,
28+
and MySQL with aiomysql_.
2829

2930
* Free software: BSD license
3031
* Requires: Python 3.6
@@ -79,6 +80,7 @@ Features
7980
.. _aiohttp: https://github.com/aio-libs/aiohttp
8081
.. _Starlette: https://www.starlette.io/
8182
.. _FastAPI: https://fastapi.tiangolo.com/
83+
.. _aiomysql: https://github.com/aio-libs/aiomysql
8284
.. |PyCharm| image:: ./docs/images/pycharm.svg
8385
:height: 20px
8486
:target: https://www.jetbrains.com/?from=GINO

0 commit comments

Comments
 (0)