Skip to content

Latest commit

 

History

History
38 lines (26 loc) · 1.9 KB

File metadata and controls

38 lines (26 loc) · 1.9 KB
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 concept-article

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 GitHub repository. 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