Showing results for tedious - Azure SQL Devs’ Corner

Mar 24, 2021
0
0

Dev life is easy with node-mssql

Davide Mauri
Davide Mauri

The node-mssql package simplify a lot the process of connecting and using Azure SQL with Node

Azure SQLNode
Oct 4, 2020
2
0

Promises, Node, Tedious, Azure SQL. Oh My!

Davide Mauri
Davide Mauri

If you are new to Node.js like I am, using Tedious to access Azure SQL can be challenging at the beginning. My understanding is that Tedious, while being fully asynchronous, doesn't support nor Promises nor the more modern async/await pattern. Tedious, in fact, uses events to execute asynchronous code and so a bit of work is needed to make it ...

Azure SQLJavascriptNode
Sep 21, 2020
2
0

TodoMVC Full Stack with Azure Static Web Apps, Node and Azure SQL

Davide Mauri
Davide Mauri

TodoMVC is a very well known (like ~27K GitHub stars known) application among developers as it is a really great way to start to learn a new Model-View-Something framework. It has plenty of samples done with different frameworks, all implementing exactly the same solution. This way is very easy to compare them against each other and see what is...

Azure SQLJavascriptNode