Skip to content

Latest commit

 

History

History
38 lines (26 loc) · 1.96 KB

node-js-driver-for-sql-server.md

File metadata and controls

38 lines (26 loc) · 1.96 KB
title description author ms.author ms.date ms.service ms.subservice ms.topic
Node.js Driver for SQL Server
The tedious module is an open source, JavaScript implementation of the TDS protocol, which is supported by all modern versions of SQL Server.
David-Engel
v-davidengel
10/06/2020
sql
connectivity
conceptual

Node.js Driver for SQL Server

:::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.

Get started

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.

Community resources