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.
The difference is a matter of style. If you prefer to use "old-fashioned" callbacks or Promises.
– Sergio
Then the library
pg-promise
can be considered a reliable library ? @Sergio– Jonathan
I think so: https://github.com/vitaly-t/pg-promise is very active and frequently releases.
– Sergio
Thank you so much @Sergio
– Jonathan