switch over to jackc/pgx
ethanpailes opened this issue · 0 comments
ethanpailes commented
We should still test lib/pq
, but jackc/pgx
should be our default postgres driver in all the main code.
- switch all the examples over (#158)
- pull the scanner/valuer code out of lib/pq into a separate library and have the generated code depend on that
- make the pggen cli tool itself use jackc/pgx rather than lib/pq