Node.js Driver for SQL Server
The tedious
module is a JavaScript implementation of the TDS protocol, which is supported by all modern versions of SQL Server. The driver is an open-source project, available on GitHub.
You can connect to a SQL Database using Node.js on Windows, Linux, or macOS.
Get started
- Step 1: Configure development environment for Node.js development
- Step 2: Create a SQL database for Node.js development
- Step 3: Proof of concept connecting to SQL using Node.js
Documentation
Tedious module documentation on GitHub
Support
Tedious
for Node.js is community-supported software. Microsoft contributes to the tedious
open-source community and is an active participant in the repository at https://github.com/tediousjs/tedious. However, this software doesn't come with Microsoft support.
To get help, file an issue in the tedious GitHub repository or visit other Node.js community resources.