Skip to content
This repository has been archived by the owner on Mar 24, 2024. It is now read-only.

Commit

Permalink
Fix readme
Browse files Browse the repository at this point in the history
  • Loading branch information
lsbardel committed Jul 27, 2022
1 parent d1de6eb commit bfdf1af
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,12 @@ Asynchronous web middleware for [aiohttp][] and serving Rest APIs with [OpenAPI]
specification and with optional [PostgreSql][] database bindings.

See the [tutorial](https://aio-openapi.readthedocs.io/en/latest/tutorial.html) for a quick introduction.


[aiohttp]: https://aiohttp.readthedocs.io/en/stable/
[openapi]: https://www.openapis.org/
[postgresql]: https://www.postgresql.org/
[sqlalchemy]: https://www.sqlalchemy.org/
[click]: https://github.com/pallets/click
[alembic]: http://alembic.zzzcomputing.com/en/latest/
[asyncpg]: https://github.com/MagicStack/asyncpg

0 comments on commit bfdf1af

Please sign in to comment.