Skip to content
This repository was archived by the owner on Aug 19, 2025. It is now read-only.

Commit 98cc2bb

Browse files
Merge pull request #172 from florimondmanca/remove-bocadillo
Remove references to now-defunct Bocadillo
2 parents f916dbb + 0a72286 commit 98cc2bb

2 files changed

Lines changed: 2 additions & 4 deletions

File tree

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ It allows you to make queries using the powerful [SQLAlchemy Core][sqlalchemy-co
1818
expression language, and provides support for PostgreSQL, MySQL, and SQLite.
1919

2020
Databases is suitable for integrating against any async Web framework, such as [Starlette][starlette],
21-
[Sanic][sanic], [Responder][responder], [Quart][quart], [aiohttp][aiohttp], [Tornado][tornado], [FastAPI][fastapi], or [Bocadillo][bocadillo].
21+
[Sanic][sanic], [Responder][responder], [Quart][quart], [aiohttp][aiohttp], [Tornado][tornado], or [FastAPI][fastapi].
2222

2323
**Documentation**: [https://www.encode.io/databases/](https://www.encode.io/databases/)
2424

@@ -107,4 +107,3 @@ for examples of how to start using databases together with SQLAlchemy core expre
107107
[aiohttp]: https://github.com/aio-libs/aiohttp
108108
[tornado]: https://github.com/tornadoweb/tornado
109109
[fastapi]: https://github.com/tiangolo/fastapi
110-
[bocadillo]: https://github.com/bocadilloproject/bocadillo

docs/index.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ It allows you to make queries using the powerful [SQLAlchemy Core][sqlalchemy-co
1818
expression language, and provides support for PostgreSQL, MySQL, and SQLite.
1919

2020
Databases is suitable for integrating against any async Web framework, such as [Starlette][starlette],
21-
[Sanic][sanic], [Responder][responder], [Quart][quart], [aiohttp][aiohttp], [Tornado][tornado], [FastAPI][fastapi], or [Bocadillo][bocadillo].
21+
[Sanic][sanic], [Responder][responder], [Quart][quart], [aiohttp][aiohttp], [Tornado][tornado], or [FastAPI][fastapi].
2222

2323
**Community**: [https://discuss.encode.io/c/databases](https://discuss.encode.io/c/databases)
2424

@@ -105,4 +105,3 @@ for examples of how to start using databases together with SQLAlchemy core expre
105105
[aiohttp]: https://github.com/aio-libs/aiohttp
106106
[tornado]: https://github.com/tornadoweb/tornado
107107
[fastapi]: https://github.com/tiangolo/fastapi
108-
[bocadillo]: https://github.com/bocadilloproject/bocadillo

0 commit comments

Comments
 (0)