From 9705766f5c1c5c2abf109cde4f294da333265b72 Mon Sep 17 00:00:00 2001 From: Andrea Lam Date: Thu, 27 Oct 2016 12:48:23 -0700 Subject: [PATCH] Create README.md --- samples/connect/node.js/README.md | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 samples/connect/node.js/README.md diff --git a/samples/connect/node.js/README.md b/samples/connect/node.js/README.md new file mode 100644 index 00000000..1928789e --- /dev/null +++ b/samples/connect/node.js/README.md @@ -0,0 +1,3 @@ +# Node.js samples + +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.