Mevn ORM

JSON →
library 4.2.2 ·javascript maintenance
verified Jun 4, 2026

A small ActiveRecord-style ORM built on top of Knex.js for Express.js applications. Version 4.2.2 targets Node.js 20+ and ships TypeScript types. It provides a Model base class with CRUD methods (create, find, update, delete), simple database configuration via configureDatabase, and migration helpers (makeMigration, migrateLatest, migrateRollback, etc.). Currently in maintenance mode — core functionality works but new features are limited. Differentiates from Knex by offering an ActiveRecord pattern, but requires Knex as a peer dependency and is tightly coupled to Knex's query builder.