Type-safe Domain Models
Robust Domain Modeling that leverages TypeScript for compile-time safety.
I.e. tracking relation loaded-ness in the type system.
Type-safe Domain Models
Robust Domain Modeling that leverages TypeScript for compile-time safety.
I.e. tracking relation loaded-ness in the type system.
N+1 Safe by Default
Bulletproof N+1 Preventation avoids N+1 query performance problems through batched loading and pre-loading.
Backend Reactivity
Reactive Fields and validation rules bring the ergonomics of declarative business logic to the backend.
Rich Test Support
Out-of-the-box test factories and fast test database resets make testing your code a breeze.