Skip to content

Commit

Permalink
Revert the previous changes to index.md
Browse files Browse the repository at this point in the history
  • Loading branch information
tarsil committed Mar 24, 2023
1 parent 64dd1b3 commit a703d54
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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+

---
Expand Down Expand Up @@ -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.


Expand Down

0 comments on commit a703d54

Please sign in to comment.