Code Generation
All client/server code is generated from schema:
- Types
- Validation
- Encryption behavior
- API routes
- Documentation
- Query helpers
Design rationale:
Code generation eliminates an entire class of integration failures between client and server.
This yields strong consistency guarantees.