| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Refactor bolt commands into individual files. | Ben Johnson | 2014-03-27 | 1 | -127/+0 |
| * | 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 Johnson | 2014-03-24 | 1 | -5/+5 |
| * | Add 'bolt buckets'. | Ben Johnson | 2014-03-21 | 1 | -0/+22 |
| * | Add 'bolt set'. | Ben Johnson | 2014-03-21 | 1 | -0/+29 |
| * | Add 'bolt keys'. | Ben Johnson | 2014-03-21 | 1 | -0/+32 |
| * | Add 'bolt get'. | Ben Johnson | 2014-03-21 | 1 | -0/+75 |
