Skip to content

Latest commit

 

History

History
40 lines (32 loc) · 2.08 KB

File metadata and controls

40 lines (32 loc) · 2.08 KB
title Node.js Driver for SQL Server | Microsoft Docs
ms.custom
ms.date 08/08/2017
ms.prod sql
ms.prod_service connectivity
ms.reviewer
ms.technology connectivity
ms.topic conceptual
ms.assetid c4cdbfa6-9b73-4b72-a1a6-e1b45d8a773d
author David-Engel
ms.author v-daenge

Node.js Driver for SQL Server

Download-DownArrow-CircledTo 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 Mac.

Getting started

Documentation

Tedious module documentation on GitHub

Community

Code examples