title | description | services | documentationcenter | author | manager | editor | ms.assetid | ms.service | ms.custom | ms.workload | ms.tgt_pltfrm | ms.devlang | ms.topic | ms.date | ms.author |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Connect to SQL Database by using Node.js | Microsoft Docs |
Presents a Node.js code sample you can use to connect to Azure SQL Database. |
sql-database |
LuisBosquez |
jhubbard |
53f70e37-5eb4-400d-972e-dd7ea0caacd4 |
sql-database |
development |
drivers |
na |
nodejs |
article |
02/03/2017 |
lbosq |
[!INCLUDE sql-database-develop-includes-selector-language-platform-depth]
This topic shows how to connect and query a Azure SQL Database using Node.js. You can run this sample from Windows, Ubuntu Linux, or Mac platforms.
Prerequisites for using the Tedious Node.js Driver for SQL Server
See the getting started page to learn how to create a sample database. It is important you follow the guide to create an AdventureWorks database template. The samples shown below only work with the AdventureWorks schema.
[!INCLUDE sql-database-include-connection-string-details-20-portalshots]
Proof of Concept connecting to SQL using Node.js
- Review the SQL Database Development Overview
- More information on the Microsoft Node.js Driver for SQL Server