Advanced
Deep-dive topics for production-ready applications.
What You'll Learnโ
- Transactions โ Atomic operations with savepoints
- Validation โ Field and model-level validation
- Signals โ Lifecycle event observers
- Hooks โ Per-instance lifecycle methods
- Caching โ Query result caching
- Custom Lookups โ Extend the query API
- Sync/Async โ Bridge between sync and async code
- Multi-Databases โ Multi-Database Support
- PostgreSQL Multi-Schema โ Schema-per-tenant data isolation
- Raw SQL โ Escape hatch for complex queries
- CLI โ Command-line management commands