Skip to main content

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
  • Raw SQL — Escape hatch for complex queries
  • CLI — Command-line management commands