1
0
mirror of https://github.com/Microsoft/sql-server-samples.git synced 2025-12-08 14:58:54 +00:00

Add README for main Java and Node.js folders

This commit is contained in:
Andrea Lam
2016-11-18 12:39:56 -08:00
parent 7848889275
commit 8117c04590
3 changed files with 15 additions and 78 deletions

View File

@ -1,3 +1,9 @@
# Node.js samples
# Developing applications with Node.js and SQL Server
Simple Node.js applications to connect to Microsoft SQL databases, including SQL Server, Azure SQL Database, and Azure SQL Data Warehouse. Samples for operating systems including Linux, Windows, and macOS.
Pick a platform below to get started:
* [macOS](https://github.com/Microsoft/sql-server-samples/blob/master/samples/tutorials/node.js/macos)
* [RHEL](https://github.com/Microsoft/sql-server-samples/blob/master/samples/tutorials/node.js/rhel)
* [Ubuntu](https://github.com/Microsoft/sql-server-samples/blob/master/samples/tutorials/node.js/java/ubuntu)
* [Windows](https://github.com/Microsoft/sql-server-samples/blob/master/samples/tutorials/node.js/windows)
Please visit our [getting started tutorials](https://www.microsoft.com/en-us/sql-server/developer-get-started/)