Querying SQL Server with Node.js

added by JavaScript Kicks
11/4/2019 9:44:03 AM

913 Views

JavaScript's server-side language, node.js, it 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 back-end database, performing one or more CRUD operations.


0 comments