rest-router-model

JSON →
library 1.9.5 ·javascript maintenance
verified Jun 7, 2026

rest-router-model v1.9.5 is a Koa-based REST API generator that automatically creates RESTful HTTP endpoints from a JSON resource configuration, while also handling data model mapping to SQL databases via Knex. It supports PostgreSQL, MSSQL, MySQL, MariaDB, SQLite3, Oracle, and Amazon Redshift. Its key differentiator is the ability to define resource hierarchies (super) and many-to-many relationships (membership) declaratively, reducing boilerplate. The library is in maintenance mode, with last release in 2018, and requires Node >=8.9.0 and Koa. It does not support TypeScript, browser, or GraphQL.