crate/cratedb-prometheus-adapter

Migrate adapter to use lib/pq Postgres driver instead of HTTP-based interface

juliusv opened this issue · 1 comments

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.

We decided to use https://godoc.org/github.com/jackc/pgx instead because of problems with lib/pq.