jackc / pglogrepl

PostgreSQL logical replication library for Go.
MIT License
319 stars 59 forks source link

Use jackc/pgx/v5 instead of jackc/pgconn. #46

Closed wttw closed 1 year ago

wttw commented 1 year ago

This commit removes support for github.com/jackc/pgconn and adds support for github.com/jackc/pgx/v5/pgconn as the underlying database connectoin.

Other than the change in type of pgconn the API is unchanged.

Closes #37

jackc commented 1 year ago

I created a branch pgx-v4 to allow for any continued updates on the pgx v4 / pgconn.