FastAPI Integration¶
Documentation Reorganized
The FastAPI documentation has been reorganized for better clarity. This page now redirects to the new structure.
📚 New Documentation Structure¶
The FastAPI documentation is now organized into:
- Get Started - Landing page with overview
- Tutorial - Step-by-step guides
- Advanced - Advanced patterns
- Concepts - How it works
- Reference - Complete API docs
🚀 Quick Links¶
New to DBWarden + FastAPI?¶
Start here: First Steps
Looking for specific docs?¶
| Old Page | New Location |
|---|---|
overview.md (this page) |
index.md - Landing page |
get-session.md |
tutorial/session-dependency.md |
migration-context.md |
tutorial/startup-checks.md |
health-router.md |
tutorial/health-endpoints.md |
full-example.md |
tutorial/complete-application.md |
Want to learn more?¶
- Concepts - Understand how DBWarden works
- Multi-Database - Multiple databases
- Testing - Test your application
- Production Patterns - Deploy to production
- API Reference - Complete function signatures