Skip to content

Commit d448cc7

Browse files
committed
updating GINO description on sqlalchemy page
1 parent 9cf8cd6 commit d448cc7

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

content/pages/examples/sqlalchemy/sqlalchemy-extensions-plug-ins.markdown

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,8 @@ flask-sqlalchemy is provided as open source under the
6161
[BSD 3-Clause "New" or "Revised" License](https://github.com/pallets/flask-sqlalchemy/blob/master/LICENSE.rst).
6262

6363

64-
### gino
65-
[gino](https://github.com/fantix/gino)
64+
### GINO
65+
[GINO](https://github.com/fantix/gino)
6666
([project documentation](https://python-gino.readthedocs.io/en/latest/)
6767
and
6868
[PyPI package information](https://pypi.org/project/gino/))
@@ -71,6 +71,8 @@ built on SQLAlchemy that is non-blocking and therefore designed to work properly
7171
with asynchronously-run code, for example, an application written with
7272
[asyncio](https://docs.python.org/3/library/asyncio.html).
7373

74+
GINO is open sourced under the [BSD License](https://github.com/python-gino/gino/blob/master/LICENSE).
75+
7476

7577
### marshmallow-sqlalchemy
7678
[marshmallow-sqlalchemy](https://github.com/marshmallow-code/marshmallow-sqlalchemy)

0 commit comments

Comments
 (0)