light-orm

JSON →
library 0.1.4 ·javascript deprecated
verified Jun 5, 2026

Super simple ORM wrapper for Node.js relational databases (MySQL, PostgreSQL, MS SQL Server, etc.) that does not depend on any specific driver. Version 0.1.4 is the latest release, with no known update cadence. It provides a minimal ActiveRecord-like API with Collection and Model classes, allowing raw SQL queries or simple condition-based finders. Unlike full-featured ORMs like Sequelize or TypeORM, it offers no schema migrations, associations, or promise support – it's callback-based and relies on the user to supply a driver that implements the node-mysql query interface.