DEV Community

Discussion on: Need a little help here.

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.