DEV Community

Discussion on: What NodeJS SQL Query Builder/ORM should I use for my Postgres DB, and why?

Collapse
 
dangolant profile image
Daniel Golant

It's the type hinting/enforcement that I am looking for actually, because I find JS to be a bit too loose. Thanks for the tip! I am looking at KnexJS to just build queries for me without worrying about models (I agree, needless overhead) but I will have to look at Massive!