R
R
romaro2021-10-24 22:25:55
PostgreSQL
romaro, 2021-10-24 22:25:55

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

1 answer(s)
D
Dmitry Burnashev, 2021-10-25
@dilepremon

How about something higher level like an ORM? For example, Prisma

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question