sojs-mysql

JSON →
library 0.1.6 ·javascript
verified Jun 5, 2026

A simple MySQL database utility built on the sojs framework (v0.1.6). Provides a fluent query builder for generating SQL statements programmatically with support for SELECT, INSERT, UPDATE, DELETE, JOIN, GROUP BY, HAVING, ORDER BY, LIMIT, WHERE conditions (including Django-like operators: __like, __lt, __gt, __in, etc.), nested conditions via callbacks, and transaction execution. Returns Promises for async/await usage. Release cadence is low (no recent updates). Differentiator: integrates with sojs inversion-of-control container and provides a DSL similar to Django ORM for condition building.