omni-rest

JSON →
library 0.5.2 ·javascript
verified Jun 7, 2026

Auto-generate REST APIs from your Prisma schema with zero configuration. Version 0.5.2 provides CRUD endpoints, bulk operations, advanced filtering/sorting/pagination, and OpenAPI docs. Offers adapters for Express, Fastify, and Next.js App Router, with Koa, Nest.js, and Hono planned. Ships TypeScript types and requires @prisma/client >= 4.0.0 and Node.js 18+. Differentiates from similar tools like PostgREST or Prisma's own REST utilities by being framework-agnostic and providing built-in authorization guards and audit hooks.