{"library":"skwell","type":"library","category":null,"description":"Skwell is a promised-based SQL Server client for Node.js with built-in connection pooling. Version 12.1.0 is the latest stable release. It provides a simple API for executing queries, stored procedures, bulk loads, and streaming results. Key differentiators include automatic connection pooling, parameter expansion for arrays, and event-based error handling. Released under the MIT license.","language":"javascript","status":"active","version":"12.1.0","tags":["javascript"],"last_verified":"Fri Jun 05","install":[{"cmd":"npm install skwell","imports":["import skwell from 'skwell'; const sql = skwell.connect({...})","const sql = skwell.connect({...}); // then use sql.nvarchar, sql.int, etc.","const sql = skwell.connect({...}); const rows = await sql.query('SELECT * FROM table');"]},{"cmd":"yarn add skwell","imports":[]},{"cmd":"pnpm add skwell","imports":[]}],"homepage":"https://github.com/digitalBush/skwell#readme","github":"https://github.com/digitalBush/skwell","docs":null,"changelog":null,"pypi":null,"npm":"skwell","openapi_spec":null,"status_page":null,"smithery":null,"compatibility":null}