Querying SQL Server with Node.js
Connect, Query, Display and Close
Nov 2 · 5 min read

JavaScript’s server-side language, node.js, is a powerful language to use for interacting with databases.
My typical use case in this realm is to have an AWS Lambda function, running node.js, acting as a middle-ware component between my front-end and the…


