storj/private/dbutil
Jeff Wendling 074649835b satellite/satellitedb: add some docs and improve some snapshots
This attempts to add a README.md to help create consistent migrations
that maximize our test coverage and do not include unnecessary
statements.

It also adds a feature to have an `-- OLD DATA --` section as well
as a `-- NEW DATA --` section so that we can fix mistakes made in
previous snapshots (like a row that was forgotten to be added when a
table was created) without editing them going forward.

Change-Id: I28a786f8ef163cae1de1bb08f61af1e1104b0a88
2020-05-22 21:27:36 +00:00
..
cockroachutil dbutil/cockroachutil: add monkit to QueryContext 2020-05-20 14:56:25 -04:00
dbschema satellite/satellitedb: add some docs and improve some snapshots 2020-05-22 21:27:36 +00:00
pgtest private/dbutil/pgtest: support multiple databases for testing 2020-04-28 21:55:49 +03:00
pgutil private/dbutil/pgtest: support multiple databases for testing 2020-04-28 21:55:49 +03:00
sqliteutil satellite/satellitedb: add some docs and improve some snapshots 2020-05-22 21:27:36 +00:00
tempdb storage/cockroachkv: add ctx argument 2020-01-13 15:57:47 +02:00
txutil private/dbutil/txutil: fix logic in transaction retries 2020-04-09 13:58:53 +00:00
utccheck storagenodedb: reenable utccheck in tests 2019-12-10 23:17:14 +00:00
dbimplementation.go satellite/satellitedb/dbx: add cockroach driver type 2020-01-06 18:01:03 +00:00
defaults.go private/dbutil: add database name to configure as a tag 2020-03-26 16:50:15 +00:00
nulltime.go mod: update sqlite module to v2.0.2 2020-01-08 21:21:15 +02:00
split.go private/dbutil: register "cockroach" as sql.DB driver 2019-12-16 19:10:00 +00:00
tempdbtype.go private/tagsql,storage: fixes to context cancellation 2020-01-20 15:44:39 +02:00