ndx-rest (v0.7.1) automatically generates a REST API from your ndx-framework database, creating CRUD routes for each table. It integrates with ndx-permissions and ndx-user-roles for security. Low maintenance, but relies on the ndx-framework ecosystem and is not actively updated. Alternatives like JSON Server or PostgREST may offer broader compatibility.
npm install ndx-restNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Shows basic setup integrating ndx-rest with Express and ndx-framework database, including optional permissions and user roles.
Update to Node 10+
Use async/await or .then()
Set auth: false in options or install ndx-permissions
Use require('ndx-rest') instead of importnpm install ndx-framework
Use new ndxRest(options) before calling .init()