storj/private/dbutil
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
..
cockroachutil private/dbutil: register "cockroach" as sql.DB driver 2019-12-16 19:10:00 +00:00
dbschema private: rename internal to private (#3573) 2019-11-14 21:46:15 +02:00
pgutil satellite/metainfo: Use cockroachdb client for metainfo db 2019-12-05 10:33:54 -07:00
sqliteutil storagenodedb: reenable utccheck in tests 2019-12-10 23:17:14 +00:00
tempdb private,satellite: unite all the "temp db schema" things 2019-12-05 15:36:59 +00:00
utccheck storagenodedb: reenable utccheck in tests 2019-12-10 23:17:14 +00:00
dbimplementation.go storj-sim: work with cockroach:// urls for satellite databases 2019-12-09 23:44:00 +00:00
defaults.go private: rename internal to private (#3573) 2019-11-14 21:46:15 +02:00
nulltime.go private: rename internal to private (#3573) 2019-11-14 21:46:15 +02:00
split.go private/dbutil: register "cockroach" as sql.DB driver 2019-12-16 19:10:00 +00:00
tempdbtype.go private,satellite: unite all the "temp db schema" things 2019-12-05 15:36:59 +00:00
uuid_test.go storagenode/notifications: db created (#3707) 2019-12-16 19:59:01 +02:00
uuid.go storagenode/notifications: db created (#3707) 2019-12-16 19:59:01 +02:00