Saturday, 7 December 2019

How do y’all go about using mssql in your projects

I have a large express typescript project atm which relies on a mssql backend. I currently hardcode template literals and then use mssql request object to inject the variables. I was wondering if anyone stores .sql files which they load into memory on startup? How effectively does type orm handle complex queries? How do you deal with creating tables and functions on the database on setup? Anyone got any solid examples of best practices with using nodejs and mssql in 2019?

Submitted December 07, 2019 at 11:20PM by alpha-201

No comments:

Post a Comment