storj/storage
paul cannon 0135852a0e storage/postgreskv: use transactional helper
We may never need this code to work with CockroachDB, but I'm on a
mission to avoid problematic uses of Begin() and BeginTx(), and anywhere
they appear is a possible place for someone to copy-and-paste and do
something wrong. dbutil.WithTx makes this code a little bit simpler too,
so it seems worthwhile.

Change-Id: I9b4ab484db4590cad5ab07de515bbf5d9708daed
2020-01-06 23:24:44 +00:00
..
boltdb common: separate repository 2019-12-27 14:11:15 +02:00
cockroachkv storage/cockroachkv: use different batch size for recursive iteration 2019-12-17 18:24:26 +00:00
filestore common: separate repository 2019-12-27 14:11:15 +02:00
postgreskv storage/postgreskv: use transactional helper 2020-01-06 23:24:44 +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 common: separate repository 2019-12-27 14:11:15 +02:00
blob.go storagenode: Include trash space when calculating space used 2019-12-23 19:07:03 -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