Monologue

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

Streamlined MySQL query builder for Node.js (v0.9.3, last updated 2015). Provides a fluent API for SELECT, INSERT, UPDATE, DELETE with chaining, nested WHERE grouping, and aggregate functions (count, sum, min, max). Includes .set() for conditional SET overrides and .values() for additional INSERT rows. Breaking change in 0.9.0: stringify() no longer auto-wraps arrays in parentheses. Unmaintained, no security updates, no TypeScript support. Key differentiator: extremely lightweight, zero dependencies, simple API.