A minimal SQL helper library that wraps common SQL databases with Promise-based APIs. Version 0.0.19 is stable but marked as 'designing' in development status, suggesting early-stage or experimental maturity. It simplifies SQL CRUD operations by returning Promises, enabling async/await patterns. The library lacks broad adoption and active maintenance cadence is unclear. Its key differentiator is a lightweight abstraction over multiple SQL backends, but it does not support modern TypeScript types or streaming.
npm install sql-promiseNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Shows basic usage: require sql-promise, use query function to run SQL and get a Promise.
Migrate to a maintained alternative like 'mysql2' or 'pg'.
Use require() or run Node in CommonJS mode.
Run `npm install sql-promise` and ensure it's in node_modules.
Use `const { query } = require('sql-promise')` instead.No dependency data recorded yet.