Skip to content

Joist

A TypeScript ORM for building great domain models

N+1 Safe by Default

Bulletproof N+1 Preventation avoids N+1 query performance problems through batched loading and pre-loading.

Any loops written using Promise.all will never N+1, regardless of complexity.