Skip to content

Commit f3a18b7

Browse files
authored
Merge pull request #77 from mivade/readme
List Tornado as an example async web framework
2 parents 29814f0 + b554dd0 commit f3a18b7

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,8 @@ 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], [FastAPI][fastapi], or [Bocadillo][bocadillo].
21+
[Sanic][sanic], [Responder][responder], [Quart][quart], [aiohttp][aiohttp], [Tornado][tornado], [FastAPI][fastapi],
22+
or [Bocadillo][bocadillo].
2223

2324
**Requirements**: Python 3.6+
2425

@@ -319,5 +320,6 @@ If you're using the `databases.DatabaseURL` datatype, you can obtain this using
319320
[responder]: https://github.com/kennethreitz/responder
320321
[quart]: https://gitlab.com/pgjones/quart
321322
[aiohttp]: https://github.com/aio-libs/aiohttp
323+
[tornado]: https://github.com/tornadoweb/tornado
322324
[fastapi]: https://github.com/tiangolo/fastapi
323325
[bocadillo]: https://github.com/bocadilloproject/bocadillo

0 commit comments

Comments
 (0)