Add pgx support
ansakharov opened this issue · 2 comments
ansakharov commented
Currently library supports postgres through sqlx, but not pgx.
maranqz commented
While you are waiting the adapter for pgx, you can use the library with pgx through database/sql interface.