From a703d5460fb45e1b909ff8a5ab09770a392eabdf Mon Sep 17 00:00:00 2001 From: tarsil Date: Fri, 24 Mar 2023 10:23:02 +0000 Subject: [PATCH] Revert the previous changes to index.md --- docs/index.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/docs/index.md b/docs/index.md index 89107f2c..fba3f147 100644 --- a/docs/index.md +++ b/docs/index.md @@ -17,8 +17,6 @@ expression language, and provides support for PostgreSQL, MySQL, and SQLite. Databases is suitable for integrating against any async Web framework, such as [Starlette][starlette], [Sanic][sanic], [Responder][responder], [Quart][quart], [aiohttp][aiohttp], [Tornado][tornado], or [FastAPI][fastapi]. -**Documentation**: [https://www.encode.io/databases/](https://www.encode.io/databases/) - **Requirements**: Python 3.7+ --- @@ -91,7 +89,7 @@ rows = await database.fetch_all(query=query) print('High Scores:', rows) ``` -Check out the documentation on [making database queries](https://www.encode.io/databases/database_queries/) +Check out the documentation on [making database queries](database_queries.md) for examples of how to start using databases together with SQLAlchemy core expressions.