Data Access
The Control Plane uses a dedicated Prisma client to connect directly to the primary database.
Rationale
- Reduced latency for admin workflows
- Rich transactional logic
- Avoids duplicating backend APIs
Constraints
- All mutations must be transactional
- All mutations must be auditable
- Cache invalidation must be explicit
Last updated on