pg vs pg-Promise library

Asked

Viewed 73 times

0

In my project I used the library pg for access to the postgres bank. But with some needs, I used the library pg-promise. For those who have used both, and understand more on the subject, I would like to know what is the most suitable for access to postgres.

  • 1

    The difference is a matter of style. If you prefer to use "old-fashioned" callbacks or Promises.

  • Then the library pg-promise can be considered a reliable library ? @Sergio

  • I think so: https://github.com/vitaly-t/pg-promise is very active and frequently releases.

  • Thank you so much @Sergio

No answers

Browser other questions tagged

You are not signed in. Login or sign up in order to post.