storj/storage/cockroachkv
paul cannon 2f7465c294 private/dbutil: register "cockroach" as sql.DB driver
this will allow us to inspect the type of `db.Driver()` on *sql.DB
connections to correctly differentiate between pg and crdb conns.

as a bonus, this moves all concerns about when to replace "cockroach://"
with "postgres://" out of view, letting the thin shim "driver" take care
of that.

Change-Id: Ib24103ab7c508231e681f89a7321b623e4e125e9
2019-12-16 19:10:00 +00:00
..
schema storj-sim: work with cockroach:// urls for satellite databases 2019-12-09 23:44:00 +00:00
client_test.go satellite/metainfo: Use cockroachdb client for metainfo db 2019-12-05 10:33:54 -07:00
client.go private/dbutil: register "cockroach" as sql.DB driver 2019-12-16 19:10:00 +00:00
common.go storage/cockroachkv: initial client implementation 2019-12-05 16:11:23 +00:00
ordered_iterator.go satellite/metainfo: Use cockroachdb client for metainfo db 2019-12-05 10:33:54 -07:00