Commit Graph

15 Commits

Author SHA1 Message Date
zhaojizhuang 54338be381 change bolt vesion to go.etcd.io/bbolt 1.3.7 2023-05-24 22:57:14 +08:00
James Hewitt 8a508a45ee
Add support to importing of value from a file 2023-05-12 14:27:40 +01:00
James Hewitt ab21f99955
Don't add a newline when exporting values 2023-05-12 14:22:33 +01:00
Brian Buller 7f10a81cec Don't duplicate root values when root is bucket. 2021-05-31 10:03:53 -05:00
Brian Buller bbe5e92c9c Read/Edit DBs with key/value pairs in root
Not sure how 'good' this is, but apparently some people do it, so
we may as well support it.
2021-05-31 09:29:09 -05:00
knqyf263 12b395ae2a add filter 2019-12-23 16:57:25 +02:00
Seth Etter 7a8972fb5c
Format and indent JSON values 2019-10-07 07:43:10 -05:00
Brian Buller 8c302bd236 Close file after exporting JSON
Resolves issue #30
2019-02-18 09:04:38 -06:00
Brian Buller 7d7e0bfcd3 Add simple 'read-only' mode.
It just closes the database as soon as it's done loading it.
To refresh, you have to close out and reopen.
2018-04-26 09:13:13 -05:00
Brian Buller ca8240e06d Fixed bug that occurred with sub-buckets around level 4 2017-05-18 08:17:58 -05:00
Brian Buller bbef340848 Fixed issue with bucket/key/value having '/' 2017-04-05 11:29:28 -05:00
Brian Buller e1430823a8 Added export functions
* (x) - Export value as string
* (X) - Export key/value or bucket as JSON
2016-12-29 15:23:58 -06:00
Brian Buller 9a45937d0f Wrap long bucket/pair names/values 2015-12-01 15:20:52 -06:00
Brian Buller 908848fed6 Linted 2015-09-17 11:49:57 -05:00
Brian Buller 941e624d16 Migrate to github from personal host 2015-05-18 09:47:08 -05:00