mirror of https://github.com/encode/starlette.git
docs(database): change gino homepage url (#808)
Change homepage url gino from `https://python-gino.readthedocs.io/en/latest/` to `https://python-gino.org/`
This commit is contained in:
parent
20973f2ed3
commit
6a65461c6e
|
@ -1,6 +1,6 @@
|
|||
Starlette is not strictly tied to any particular database implementation.
|
||||
|
||||
You can use it with an asynchronous ORM, such as [GINO](https://python-gino.readthedocs.io/en/latest/),
|
||||
You can use it with an asynchronous ORM, such as [GINO](https://python-gino.org/),
|
||||
or use regular non-async endpoints, and integrate with [SQLAlchemy](https://www.sqlalchemy.org/).
|
||||
|
||||
In this documentation we'll demonstrate how to integrate against [the `databases` package](https://github.com/encode/databases),
|
||||
|
|
Loading…
Reference in New Issue