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

Add tutorial 'Multitenancy with FastAPI, SQLAlchemy and PostgreSQL' #130

Closed slackner closed 2 years ago

slackner commented 2 years ago

Why this is awesome: Implementing support for multiple tenants within a single FastAPI application is not trivial, and there have been corresponding discussions in the FastAPI issue tracker in the past. The blog post gives a nice step-by-step guide on how to adapt an existing FastAPI app.