Fastify plugin that generates RESTful CRUD routes from Mongoose models. Current version 5.1.1, actively maintained. It auto-creates routes for list, search, details, create, modify, delete, and insert-many operations. Supports pagination, OpenAPI documentation, request validation via JSON Schema, and TypeScript definitions. Compared to alternatives like fastify-restify or mongoose-rest-store, this integrates tightly with Fastify and Mongoose and provides built-in search and populate capabilities.
No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Default export; CJS require works directly without .default.
TypeScript users should import the type separately; it cannot be destructured from CJS require.
Create a Fastify app with CRUD routes for a Mongoose Cat model using fastify-mongoose-rest.
Breaking-change detection hasn't run for this library yet.
CVE tracking and dependency tree are planned for a later release.