Showing results for promises - Azure SQL Devs’ Corner

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