{"library":"express-orm-mvc","type":"library","category":null,"description":"A lightweight MVC scaffolding library for Express.js 4.x that integrates node-orm2 for database modeling. Version 1.1.0 is the latest stable release; the package appears to be in maintenance mode with no recent updates. It provides a structured folder convention (models/controllers/views/config) and auto-loads models/controllers with Express and ORM configuration files. Unlike full-fledged MVC frameworks like Sails.js or Adonis, this is a minimal helper that gives developers full control over Express and ORM setup, making it suitable for small to medium projects that need a clean separation of concerns without heavy abstractions.","language":"javascript","status":"maintenance","version":"1.1.0","tags":["javascript","express","orm","mvc","template","structure"],"last_verified":"Thu Jun 04","install":[{"cmd":"npm install express-orm-mvc","imports":["const eom = require('express-orm-mvc');","eom(function(err) { ... });","module.exports = function(orm, db) { db.define('model', ...); };","module.exports = { action: function(req, res) {} };"]},{"cmd":"yarn add express-orm-mvc","imports":[]},{"cmd":"pnpm add express-orm-mvc","imports":[]}],"homepage":"https://github.com/ddo/express-orm-mvc","github":"https://ddo@github.com/ddo/express-orm-mvc","docs":null,"changelog":null,"pypi":null,"npm":"express-orm-mvc","openapi_spec":null,"status_page":null,"smithery":null,"compatibility":null}