seriate

JSON →
library 5.0.0 ·javascript
verified Jun 5, 2026

A cross-platform Node.js module for Microsoft SQL Server based on node-mssql, providing connection pooling, transaction contexts, and straightforward query APIs. Current stable version is 5.0.0. Seriate wraps mssql to offer simplified configuration with named connection pools, automatic pooling per database, and shortcut methods like execute and executeTransaction. It emits connectivity events and supports SQL Server, Windows/NTLM authentication. Release cadence is low, primarily maintenance. Differentiator: opinionated pooling and context management reduces boilerplate for SQL Server operations in Node.js.