Finale REST

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

Create RESTful endpoints and controllers from Sequelize models using Express or Restify. Compatible with Sequelize 4.x and 5.x, this library is a fork of Epilogue that adds support for newer Sequelize versions. It provides automatic CRUD routes (create, read, update, list, delete) with hook-based customization (start, auth, fetch, data, write, send, complete). Includes built-in error types like ForbiddenError. Last release: v1.2.2, with a maintenance-driven release cadence. Differentiators: drop-in replacement for Epilogue, supports both Express and Restify, flexible hooks for custom behavior.