Migrate adapter to use lib/pq Postgres driver instead of HTTP-based interface
juliusv opened this issue · 1 comments
juliusv commented
Crate would like to migrate this adapter to use the https://github.com/lib/pq Go Postgres driver to read/write from/to CrateDB, which I'll work on.
juliusv commented
We decided to use https://godoc.org/github.com/jackc/pgx instead because of problems with lib/pq.