{"library":"devbox-sql","type":"library","category":null,"description":"A SQL connection management library for Node.js that wraps the mssql package, providing a simplified API for executing queries with input/output parameters and transaction support. Current stable version is 1.2.4. Release cadence is low (few updates). Key differentiator: it offers a thin convenience layer over mssql, but note the code appears to have a bug (require('devbox-box') instead of 'devbox-sql'). It supports both without-transaction and with-transaction request patterns and has a getOutput method to retrieve output parameters. Limited documentation and likely unstable for production use.","language":"javascript","status":"active","version":"1.2.4","tags":["javascript","sql"],"last_verified":"Fri Jun 05","install":[{"cmd":"npm install devbox-sql","imports":["const sql = require('devbox-sql')(connectionConfig);","sql.request();","sql.transaction();"]},{"cmd":"yarn add devbox-sql","imports":[]},{"cmd":"pnpm add devbox-sql","imports":[]}],"homepage":null,"github":null,"docs":null,"changelog":null,"pypi":null,"npm":"devbox-sql","openapi_spec":null,"status_page":null,"smithery":null,"compatibility":null}