chain-mysql-builder

JSON →
library 0.1.2 ·javascript maintenance
verified Jun 5, 2026

A lightweight, chainable MySQL query builder for Node.js, version 0.1.2. Designed as an alternative to complex ORM query builders, it uses method chaining to construct SQL statements. Currently only supports MySQL, with a simple API including select, where, whereIn, whereBetween, joins, and order by. Not actively maintained; limited functionality compared to Knex or Sequelize.