k3s-io / kine

Run Kubernetes on MySQL, Postgres, sqlite, dqlite, not etcd.
Apache License 2.0
1.54k stars 231 forks source link

Replace lib/pq with pgx #179

Closed DerEnderKeks closed 1 year ago

DerEnderKeks commented 1 year ago

This PR replaces lib/pq with pgx, resolving #159.

As pgx is compatible with the standard SQL interface, the change is rather simple and all tests passed.

brandond commented 1 year ago

This looks good to me, thanks!