DEV Community

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

Collapse
 
rafi993 profile image
Rafi

Personally I dont use ORM. I use libraries like pg to connect to database and use SQL queries themself.You might be interested in this node-postgres.com