paygate
paygate copied to clipboard
database: support PostgreSQL
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.
https://github.com/lib/pq is a popular library for postgresql in Go
pq is not maintained and they recommend using https://github.com/JackC/pgx which is better maintained.