Crudora
JSON →TypeScript framework for automatic CRUD API generation with Drizzle ORM and Express. Version 0.4.3 provides zero-configuration REST endpoints from decorated model classes, supporting PostgreSQL and MySQL. Key features: @Field() decorators with type validation (uuid, string, enum, json, etc.), advanced filtering (range, negation, LIKE, IN), offset and cursor pagination, soft delete, lifecycle hooks, transactional support, built-in Scalar API docs, health checks, graceful shutdown, and request timeout middleware. Compared to feathers.js or LoopBack, Crudora focuses specifically on Drizzle ORM and TypeScript with minimal boilerplate, shipping ESM/CJS dual builds and full type declarations. Maintenance status: active with regular releases.
Resources
packagecrudora ↗