Sasat
JSON →RDB migration-based GraphQL source code generator that resolves relations without N+1 queries. v0.22.8 (stable, active development). Unlike traditional ORM or code-first GraphQL tools (e.g., TypeGraphQL, Prisma), Sasat generates both GraphQL schema and resolvers from migration files, ensuring DB schema and API are always in sync via a declarative migration system. Ships TypeScript types, requires @apollo/server v4 or v5. Release cadence: irregular, with several minor releases per year. Key differentiator: automatic relation handling with DataLoader baked in, reducing boilerplate and preventing N+1 issues at the generator level.