Answer the question
In order to leave comments, you need to log in
What NodeJS library would you recommend to use to work with Postgres?
I started with node-postgres, but this library does not have a very convenient way to call stored procedures. Then I discovered pg-promise , which adds sugar to it.
Then I found another project, which is also actively developing .
Maybe I missed something else useful? What library would you recommend to use?
Answer the question
In order to leave comments, you need to log in
How about something higher level like an ORM? For example, Prisma
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question