A SQL module for IBI Data's Node Starter, version 4.0.2. Provides a simple interface for calling stored procedures and running queries against a database. Supports ES Modules and CommonJS, with full TypeScript type definitions. Optimized for Node.js 20+ with automatic query result trimming and connection pooling. The package is specific to IBI Data's internal stack and may not be suitable for general use without adaptation.
npm install nos-sqlNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Shows instantiation of NosSql, calling a stored procedure with parameters, and closing the connection.
Ensure you are using Node.js 20+ and have the required database driver (likely 'mssql') installed as a peer dependency.
Use parseInt() or ensure port is numeric, e.g., port: 1203.
Ensure that parameter values match the SQL parameter types expected by the procedure.
Run: npm install mssql
Use: import NosSql from 'nos-sql'
Check that 'mssql' is installed and config object is valid.
No dependency data recorded yet.