mjhea0 / awesome-fastapi

A curated list of awesome things related to FastAPI
Creative Commons Zero v1.0 Universal
8.5k stars 651 forks source link

docs: add fastapi-sqla to ORM section #143

Closed hadrien closed 1 year ago

hadrien commented 2 years ago

Added Fastapi-SQLA to the list in the ORM section in alphabetical order.

Why is it awesome?

  1. It support latest SQLAlchemy development and best practices: asyncio support, 2.0 syntax, session guidelines;
  2. It provides pagination support out-of-the box;
  3. It provides pytest fixtures;
  4. It uses Fastapi dependency injection & starlette middleware;
  5. It is carefully maintained and the team is super responsive and diligent whenever someone opens an issue;