diff options
author | Ben Johnson <benbjohnson@yahoo.com> | 2014-03-21 09:46:03 -0600 |
---|---|---|
committer | Ben Johnson <benbjohnson@yahoo.com> | 2014-03-21 09:52:01 -0600 |
commit | 3cc959fb1a51296c3bb391c80280e37a02f0b6a5 (patch) | |
tree | f5b3993dd328b6896b57f954e4fc37125054ce97 /syscall_darwin_test.go | |
parent | Merge pull request #65 from benbjohnson/fix-tx-buckets-sort-order (diff) | |
download | dedo-3cc959fb1a51296c3bb391c80280e37a02f0b6a5.tar.gz dedo-3cc959fb1a51296c3bb391c80280e37a02f0b6a5.tar.xz |
Remove ease-of-use functions from the DB type.
Functions such as DB.Put(), DB.Get(), and DB.Delete() were originally
added to be easy to use, however, after implementing Bolt in multiple
projects I have found these ease-of-use functions useless. Nearly
every use case requires multiple calls in a single transaction.
Using the DB ease of use functions turned out to be an antipattern.
Diffstat (limited to 'syscall_darwin_test.go')
0 files changed, 0 insertions, 0 deletions