mysql-mongo

JSON →
library 1.0.0-alpha14 ·javascript
verified Jun 5, 2026

A library that lets you query MySQL databases using a MongoDB-like syntax in Node.js. Version 1.0.0-alpha14. Supports ESM and TypeScript with built-in type definitions. Key features include chaining methods like .where(), .field(), .limit(), .skip(), .get(), and MongoDB-style operators (eq, or, regex, like) that compile to SQL. Includes JSON field support with automatic parsing and tinyint-to-boolean conversion. Actively maintained with alpha stability.