Cookbook
Task-oriented recipes for generated TeaQL APIs, Java services, runtime providers, and AI-native usage.
Audit-Ready Mutation
Perform a TeaQL write with explicit business intent, transaction ownership, and verification evidence.
Multi-Tenant Query Boundary
Keep tenant scope server-controlled while using generated TeaQL query APIs.
Switch Database Provider
Change a TeaQL database provider while keeping generated business APIs stable and verifying provider-specific behavior.
Paginated Business Query
Page a generated TeaQL query with deterministic ordering, trusted scope, and verification.
Association Loading Without N+1 Queries
Shape related TeaQL data explicitly and verify the resulting query behavior.
Statistics Query
Build counts and grouped business statistics with generated TeaQL requests and verify their scope.
Dynamic JSON Query
Accept bounded user-driven search JSON without handing tenant, permission, or resource limits to the caller.
Configure a Custom ID Generator
Choose and register internal or business ID generation without modifying generated entities.
Configure Read/Write Splitting
Route eligible Java reads to replicas while keeping writes, transactions, and consistency-sensitive reads on primary.
Sensitive Field Handling
Model, select, audit, mask, and verify sensitive TeaQL fields without treating masking as authorization.
Test with MemoryRepository
Use TeaQL Rust memory execution for fast generated-API tests without mistaking it for database-provider verification.
Debug Generated Code Safely
Inspect generated TeaQL code to diagnose behavior while keeping the model and generator as the source of truth.
Internal Team Mode
Suggested TeaQL responsibility boundaries and delivery flow for a small internal product team.
Distributed Delivery Mode
Suggested TeaQL ownership, review, and delivery boundaries for distributed implementation teams.