pool/clientdb
Oliver Gugger 6692073e89
clientdb+account: add code for migration-less new database fields
In the future we might want to have the possibility to add additional
fields to a database object (like orders or accounts) without the need
for a migration. We add the code for that already, even if it's not
being used currently.
2020-08-03 11:08:48 +02:00
..
account.go clientdb: extract storeAccount and readAccount 2020-07-31 14:37:27 +02:00
account_test.go multi: rename, fix modules 2020-06-21 19:37:00 -07:00
batch.go mod: update bbolt to fix go1.14 compat 2020-06-24 10:53:59 +02:00
batch_test.go mod: update bbolt to fix go1.14 compat 2020-06-24 10:53:59 +02:00
codec.go clientdb+account: add code for migration-less new database fields 2020-08-03 11:08:48 +02:00
codec_test.go clientdb+account: add code for migration-less new database fields 2020-08-03 11:08:48 +02:00
db.go mod: update bbolt to fix go1.14 compat 2020-06-24 10:53:59 +02:00
log.go multi: add persistent bolt storage 2019-12-11 18:59:58 -08:00
metadata.go mod: update bbolt to fix go1.14 compat 2020-06-24 10:53:59 +02:00
order.go mod: update bbolt to fix go1.14 compat 2020-06-24 10:53:59 +02:00
order_test.go clientdb: fix formatting 2020-06-24 09:55:42 +02:00