Thursday 26 September 2019

Recommendation for SQL ORM

Hello,I am coming from Python/Flask background. There I used SQLAlchemy, which is mature and proven as an SQL ORM. But for Node, is there anything that can be compared with SQLAlchemy? I know about Sequlize, but heard that it generates complex SQL.So those who are constantly working with Node JS, please suggest some good SQL ORMs. Currently, I work with Node only when I am permitted to work with NoSQL databases (because NoSQL/Mongo suits better with Javascript). But when I have to use SQL (which is in most cases), I try to avoid Node because of ORM. Please note that I haven't used any Node ORM before.

Submitted September 26, 2019 at 02:06PM by muhib21

No comments:

Post a Comment