| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Remove DB.Open() and only allow bolt.Open(). | Ben Johnson | 2014-03-31 | 1 | -10/+0 |
| | | | | | | | | Per @tv42's suggestion, this commit removes the ability to reopen an instance of DB. All open calls go through bolt.Open(). Fixes #103. | ||||
| * | Add DB.Check(). | Ben Johnson | 2014-03-29 | 1 | -0/+8 |
| | | |||||
| * | Minor refactor. | Ben Johnson | 2014-02-28 | 1 | -0/+16 |
| | | |||||
| * | Add bolt.Open(). | Ben Johnson | 2014-02-26 | 1 | -0/+15 |
| Per the suggestion of @tv42 and @cespare, this commit adds a package level function to create and initialize a database at a given path. This is a common interface for database packages. | |||||
