storj/storage
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
..
boltdb storage/testsuite: pass ctx in to bulk setup methods 2019-12-10 20:22:08 +00:00
cockroachkv private/dbutil: register "cockroach" as sql.DB driver 2019-12-16 19:10:00 +00:00
filestore storage: Improve doc comments delete methods (#3591) 2019-12-02 12:18:20 +01:00
postgreskv storage/testsuite: pass ctx in to bulk setup methods 2019-12-10 20:22:08 +00:00
redis private: rename internal to private (#3573) 2019-11-14 21:46:15 +02:00
storelogger storage/: remove reverse-key-listing feature 2019-11-12 18:47:51 +00:00
teststore lint: add staticcheck as a separate step (#3569) 2019-11-14 10:31:30 +02:00
testsuite storage/testsuite: pass ctx in to bulk setup methods 2019-12-10 20:22:08 +00:00
blob.go storagenode/pieces: Add EmptyTrash functionality (#3640) 2019-11-26 09:25:21 -07:00
common.go storage/: remove reverse-key-listing feature 2019-11-12 18:47:51 +00:00
iterator.go storage/: remove reverse-key-listing feature 2019-11-12 18:47:51 +00:00
listkeys.go Stylistic Go Cleanup (#2524) 2019-07-22 15:10:04 -04:00
listv2.go storage/: remove reverse-key-listing feature 2019-11-12 18:47:51 +00:00
util.go storage: add monkit task to missing places (#2122) 2019-06-05 16:23:10 +02:00