SaaSHub helps you find the best software and product alternatives Learn more →
Node-mssql Alternatives
Similar projects and alternatives to node-mssql
-
Sequelize
Feature-rich ORM for modern Node.js and TypeScript, it supports PostgreSQL (with JSON and JSONB support), MySQL, MariaDB, SQLite, MS SQL Server, Snowflake, Oracle DB (v6), DB2 and DB2 for IBM i.
-
InfluxDB
InfluxDB – Built for High-Performance Time Series Workloads. InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.
-
-
TypeORM
ORM for TypeScript and JavaScript. Supports MySQL, PostgreSQL, MariaDB, SQLite, MS SQL Server, Oracle, SAP Hana, WebSQL databases. Works in NodeJS, Browser, Ionic, Cordova and Electron platforms.
-
SheetJS js-xlsx
📗 SheetJS Spreadsheet Data Toolkit -- New home https://git.sheetjs.com/SheetJS/sheetjs
-
-
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
-
-
-
MikroORM
TypeScript ORM for Node.js based on Data Mapper, Unit of Work and Identity Map patterns. Supports MongoDB, MySQL, MariaDB, MS SQL Server, PostgreSQL and SQLite/libSQL databases.
node-mssql discussion
node-mssql reviews and mentions
-
Ask HN: Are you using MSSQL at work, is it popular?
Not that often. They're more likely to be c#/java/native places. But there's no barrier really: https://www.npmjs.com/package/mssql
-
Anybody using Node with Microsoft SQL server? What's your experience been like?
https://www.npmjs.com/package/mssql works like a charm. I have a lambda-based API that uses that library and does about 50k lookups per day with a 0% failure rate.
-
How does the backend stack work with NodeJS and SQL?
See this package for mssql example https://www.npmjs.com/package/mssql
-
Understanding Connection Pools with Node MSSQL
I have an internal site that I develop that's a node.js server with express, reading from a SQL database. Currently using the mssql package to interact with the db. At different routes within the app, the route handlers read from the database and work their magic and render html. Super basic, there.
-
Node.js vs Python Flask
Here's a link to a package that allows you to connect Node with MSSQL: https://tediousjs.github.io/node-mssql/
-
Need some guidance - Web browser based apps with MS SQL
What you can do is use Node.js along with the mssql library to build your site. You can either use templates and render pages on the server, or you can build out an API and write your browser client in a framework like React or Angular.
- Installing from NPM on Existing Project
- Imperative Thinking and the Making of Sandwiches
-
Best pure-node migration library that's pure SQL and supports multiple db's?
Microsoft SQL Server https://www.npmjs.com/package/mssql
-
SQL SERVER POOL
I am developing an API using nodeJS and Typescript. I was looking for documentation/tutorials (like mssql - npm (npmjs.com) ) to implement a sql server pool with the sql server I have, but there´s a lot of ways to do it and it doesn´t works for me and does not used pool connection, only directly queries, so I will be so glad with you if you can help me. I've been stuck in this 2 days.
-
A note from our sponsor - SaaSHub
www.saashub.com | 18 Jun 2025
Stats
tediousjs/node-mssql is an open source project licensed under MIT License which is an OSI approved license.
The primary programming language of node-mssql is JavaScript.