avito-tech/go-transaction-manager

Add pgx support

ansakharov opened this issue · 2 comments

Currently library supports postgres through sqlx, but not pgx.

While you are waiting the adapter for pgx, you can use the library with pgx through database/sql interface.