Recipes¶
Production patterns and integration examples from real-world projects. These go beyond sqlspec’s core API to show how it fits into larger application architectures.
Unlike the usage guides, which explain sqlspec’s own features, recipes show how to combine sqlspec with external libraries and common application patterns.
Dishka Dependency Injection
Request-scoped drivers and app-scoped configs with Dishka DI containers.
Service Layer Pattern
Base service classes with pagination, get-or-404, and transaction helpers.