| title | Node.js Driver for SQL Server |
|---|---|
| description | The tedious module is an open source, JavaScript implementation of the TDS protocol, which is supported by all modern versions of SQL Server. |
| author | David-Engel |
| ms.author | davidengel |
| ms.date | 10/06/2020 |
| ms.service | sql |
| ms.subservice | connectivity |
| ms.topic | conceptual |
:::image type="icon" source="../../includes/media/download.svg" border="false"::: Download Node.js SQL driver
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.
- 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
Tedious module documentation on GitHub
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.