DEV Community

Discussion on: Need a little help here.

Collapse
 
Sloan, the sloth mascot
Comment deleted
Collapse
 
squiff88 profile image
Squiff88

Thanks for sharing this info with me Felix.
I will definitely look up into TypeOrm.
I am kinda stuck with MS SQL and Node , as its not up to
me to choose the technology stack but thanks
again for you suggestions.

Collapse
 
adam_cyclones profile image
Adam Crockett 🌀

Wait typeorm is Typescript (excellent suggestion if using Typescript) but perhaps the OP has not mentioned ts in which case bookshelf or sqlize are good ORM to try. Or if you want there are drivers to help you write raw queries. Coming from an MS stack I would highly recommend learning about Typescript for the future.