{"library":"sojs-mysql","type":"library","category":null,"description":"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.","language":"javascript","status":"active","version":"0.1.6","tags":["javascript"],"last_verified":"Fri Jun 05","install":[{"cmd":"npm install sojs-mysql","imports":["require('sojs')","var DB = sojs.create('sojs.mysql.db', options);","var query = DB.table('users');"]},{"cmd":"yarn add sojs-mysql","imports":[]},{"cmd":"pnpm add sojs-mysql","imports":[]}],"homepage":null,"github":null,"docs":null,"changelog":null,"pypi":null,"npm":"sojs-mysql","openapi_spec":null,"status_page":null,"smithery":null,"compatibility":null}