Tuesday 25 April 2017

Best node package for SQL CRUD

We are .NET developers who are trying to setup microservices. We just realized that making numerous web applications for API using ASP.NET Web Api and deploying them to IIS can be a bit tedious.So now we are teaching ourselves Javascript and Node as we found out that it is much easier to do microservices in Node.However, as someone new to this, we are not entirely sure which Node package to use to do CRUD operations and execute stored procedures in a MS SQL database.We found Knex but we want to know too what you guys are using? Thanks!

Submitted April 26, 2017 at 01:57AM by parxyval

No comments:

Post a Comment