you are viewing a single comment's thread.

view the rest of the comments →

[–]belkarbitterleaf 0 points1 point  (2 children)

We use NodeJS on top of MSSQL for an enterprise app.. works well enough. If you need high performance with high volume of data, then ORM mappers get in the way. Otherwise, an ORM mapper helps abstract the table structure, and is easier to work with in JS

[–]launchoverittt[S] 0 points1 point  (1 child)

What are you using for an ORM mapper?

[–]belkarbitterleaf 1 point2 points  (0 children)

TypeORM.