From 6a65461c6e13d0a55243c19ce5580b1b5a65a770 Mon Sep 17 00:00:00 2001 From: Bekhzod Tillakhanov Date: Thu, 23 Jan 2020 14:24:39 +0500 Subject: [PATCH] docs(database): change gino homepage url (#808) Change homepage url gino from `https://python-gino.readthedocs.io/en/latest/` to `https://python-gino.org/` --- docs/database.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/database.md b/docs/database.md index 7fb08a0a..89d89f33 100644 --- a/docs/database.md +++ b/docs/database.md @@ -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),