Skip to content

Commit

Permalink
docs: add fastapi-sqla to ORM section (mjhea0#143)
Browse files Browse the repository at this point in the history
  • Loading branch information
hadrien authored Nov 2, 2022
1 parent d798b4b commit f6a907c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@
#### ORMs

- [FastAPI SQLAlchemy](https://github.com/mfreeborn/fastapi-sqlalchemy) - Simple integration between FastAPI and [SQLAlchemy](https://www.sqlalchemy.org/).
- [Fastapi-SQLA](https://github.com/dialoguemd/fastapi-sqla) - SQLAlchemy extension for FastAPI with support for pagination, asyncio, and pytest.
- [FastAPIwee](https://github.com/Ignisor/FastAPIwee) - A simple way to create REST API based on [PeeWee](https://github.com/coleifer/peewee) models.
- [GINO](https://github.com/python-gino/gino) - A lightweight asynchronous ORM built on top of SQLAlchemy core for Python asyncio.
- [FastAPI Example](https://github.com/leosussan/fastapi-gino-arq-uvicorn)
Expand Down

0 comments on commit f6a907c

Please sign in to comment.