Getting Started¶
Welcome! This section walks you through everything from installing the package to running your first multi-tenant FastAPI application.
What you'll learn¶
- How to install the package and choose the right extras for your database
- How to build a working application in minutes
- How every configuration option affects runtime behaviour
Prerequisites¶
- Python 3.11+
- FastAPI 0.111+
- An async database driver matching your database (see Installation)
Where to go next¶
| Goal | Page |
|---|---|
| Install and choose extras | Installation |
| See a complete working example | Quick Start |
| Understand every config field | Configuration |
| Choose an isolation strategy | Isolation Strategies |
| Choose how tenants are identified | Resolution Strategies |