mysql-model

JSON →
library 0.0.3 ·javascript abandoned
verified Jun 5, 2026

A lightweight, Backbone-inspired ORM for Node.js that wraps felixge/node-mysql to provide model-based CRUD operations on MySQL databases. Version 0.0.3 is the latest and likely final release, with no updates since its initial publication. It offers a familiar extend/save/find/remove pattern for developers coming from Backbone.js, but requires manual creation of connection instances and lacks modern features like promise support, migrations, or schema validation. Alternatives like Sequelize, Bookshelf, or Knex are more actively maintained and feature-rich.