paygate icon indicating copy to clipboard operation
paygate copied to clipboard

database: support PostgreSQL

Open adamdecaf opened this issue 4 years ago • 2 comments

What were you trying to do?

PayGate should support PostgreSQL as a database for storage. This is a popular and very trusted production database that many customers will want supported.

Please 👍 this issue so we can track requests.

adamdecaf avatar Feb 26 '20 17:02 adamdecaf

https://github.com/lib/pq is a popular library for postgresql in Go

adamdecaf avatar Feb 26 '20 17:02 adamdecaf

pq is not maintained and they recommend using https://github.com/JackC/pgx which is better maintained.

dhwaneetbhatt avatar Dec 16 '20 05:12 dhwaneetbhatt