aboutsummaryrefslogtreecommitdiff
path: root/cmd/bolt/main.go (follow)
Commit message (Expand)AuthorAgeFilesLines
* Add DB.Check().Ben Johnson2014-03-291-0/+8
* Refactor bolt commands into individual files.Ben Johnson2014-03-271-189/+31
* Make DB/Tx API more consistent.•••I consolidated the DB.Tx() and DB.RWTx() calls into a single DB.Begin(writable bool) call. This is more consistent with the database/sql library. I also changed the DB.Do() and DB.With() call to DB.Update() and DB.View(), respectively. This is more intuitive and more inline with other database verbiage. Ben Johnson2014-03-241-5/+5
* Fix print.Ben Johnson2014-03-211-6/+31
* Add 'bolt buckets'.Ben Johnson2014-03-211-0/+32
* Add 'bolt set'.Ben Johnson2014-03-211-3/+40
* Add 'bolt pages'.Ben Johnson2014-03-211-0/+45
* Add 'bolt keys'.Ben Johnson2014-03-211-3/+43
* Add 'bolt get'.Ben Johnson2014-03-211-0/+115