Skip to content

Commit

Permalink
Update README for GINO 1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
fantix committed Feb 12, 2022
1 parent 4ec78be commit 784f127
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@


GINO - GINO Is Not ORM - is a lightweight asynchronous ORM built on top of
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_,
and MySQL with aiomysql_.

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

0 comments on commit 784f127

Please sign in to comment.