aboutsummaryrefslogtreecommitdiff
path: root/README.md (follow)
Commit message (Collapse)AuthorAgeFilesLines
* src/dedo.go: Remove DB.NoSync optionEuAndreh2024-12-301-2/+1
|
* READMEBen Johnson2017-09-071-0/+19
|
* Add Ponzu CMS to list of projects using BoltSteve Manuel2017-07-101-0/+1
|
* Merge pull request #628 from bep/patch-1Ben Johnson2016-12-271-1/+1
|\ | | | | Fix prefix scan example
| * Fix prefix scan exampleBjørn Erik Pedersen2016-12-061-1/+1
| | | | | | The example is correct in isolation, but if people just copy the loop, it will go into infinite loop when given an empty byte slice.
* | READMEBen Johnson2016-12-211-0/+3
|/ | | Add limitation about multiple processes opening databases concurrently.
* Added BoltHold and Ironsmith to the projects listTim Shannon2016-11-201-0/+2
|
* Make wording a little less redundant.John C. Vernaleo2016-11-091-2/+2
|
* Add btcwallet and dcrwallet to projects using bolt.John C. Vernaleo2016-11-081-0/+2
|
* Merge pull request #611 from jaredfolkins/masterBen Johnson2016-10-281-0/+49
|\ | | | | enhc: update example for nested buckets
| * enhc: update example for nested bucketsJared Folkins2016-10-281-0/+49
| |
* | Add 'bolter' to the list of projects that use BoltHasit Mistry2016-10-181-0/+1
|/ | | [bolter](https://github.com/hasit/bolter) is a command-line app for viewing BoltDB file in your terminal using [tablewriter](https://github.com/olekukonko/tablewriter).
* fix typo in README.mdDenis Andrejew2016-10-071-1/+1
|
* Add gopherpit to projects that use BoltJanoš Guljaš2016-10-051-0/+1
|
* Update README.mdRoman Naumann2016-09-131-0/+4
| | | | | Add warning to README.md that keys and values in `ForEach()` are invalid outside of transaction.
* Merge pull request #594 from anacrolix/patch-1Ben Johnson2016-09-121-0/+1
|\ | | | | Update README.md
| * Update README.mdMatt Joiner2016-09-021-0/+1
| | | | | | Add anacrolix/torrent to users.
* | READMEBen Johnson2016-09-081-5/+5
|/ | | Added note to README that the file format is fixed.
* Merge pull request #577 from bouk/patch-1Ben Johnson2016-08-311-1/+1
|\ | | | | Fix typo (Tx -> DB)
| * Fix typo (Tx -> DB)Bouke van der Bijl2016-07-221-1/+1
| |
* | Update description of project using BoltDBAsdine El Hrychy2016-07-301-1/+1
|/
* added a BoltDB related projectAvinash D'Silva2016-07-171-0/+1
|
* Merge pull request #567 from pankajkhairnar/pankajkhairnar-new-projectBen Johnson2016-07-071-0/+1
|\ | | | | Added new project name in the list of projects using BoldDB
| * Added new project which is using BoldDBPankaj khairnar2016-06-121-0/+1
| |
* | Fixes build error in README codeemersion2016-06-171-1/+1
| |
* | Remove skydb of the READMEIvan Fraixedes2016-06-161-1/+0
|/ | | I think that SkyDB is over, I could find any link to the project.
* READMEBen Johnson2016-06-071-1/+1
|
* Merge pull request #565 from joe2far/patch-1Ben Johnson2016-06-071-1/+1
|\ | | | | Fixed typo in README
| * Fixed typo in READMEJoe Farrell2016-06-031-1/+1
| |
* | Add MuLiFS to the list of projects using Bolt.Danko Miocevic2016-05-261-0/+1
|/
* Add SimpleBolt and AlgernonAlexander F Rødseth2016-05-041-0/+2
|
* Update README.mdJoseph Spurrier2016-03-251-0/+1
| | | Added GoWebApp as a project that uses Bolt.
* remove badgeBen Johnson2016-03-231-1/+1
| | | Remove the Drone.IO badge while setting up new test infrastructure.
* Add note about Go RFC3339Nano sortability to READMEEric Boren2016-03-221-0/+2
| | | RFC3339 is sortable, but RFC3339Nano is not, because it does not use a fixed number of digits after the decimal.
* Merge remote-tracking branch 'boltdb/master' into project-listAsdine El Hrychy2016-03-221-3/+4
|\ | | | | | | | | # Conflicts: # README.md
| * Adding "lru" to list of projects using Bolt.Abhinav Ajgaonkar2016-03-211-0/+1
| |
* | Update README.mdAsdine El Hrychy2016-03-051-0/+1
|/
* Add mbuckets to list of projects using BoltAbhishek Gupta2016-02-271-0/+1
|
* Update README.mdBob Cao2016-02-241-0/+1
|
* Add Go Report Card to list of projects using BoltHerman Schaaf2016-02-061-0/+1
|
* added Request Baskets to projects listVladimir L2016-01-141-0/+1
|
* Update README.mdTimothy Cyrus2016-01-121-5/+7
|
* Merge pull request #484 from etelej/masterBen Johnson2016-01-111-1/+6
|\ | | | | Add bucket check to db.View in readme.md
| * Add bucket check to db.View in readme.mdPeter Etelej2016-01-121-1/+6
| | | | | | | | | | | | Add 'Assume bucket exists and has keys' comments on db.View calls accessing bucket keys in examples of db.View in readme.md code examples. Fixes #484
* | add table of contents entry from mobileTrevor Stone2016-01-031-0/+1
| |
* | Fix Readme typo and line lengthTrevor Stone2016-01-031-2/+4
| |
* | Add mobile instructions to the ReadmeTrevor Stone2016-01-031-0/+73
|/
* [docs] Add table of contentsMatt Silverlock2015-12-311-1/+29
| | | | | - Generated and tweaked a TOC using [doctoc](https://github.com/thlorenz/doctoc) - (removed generated headers and fixed broken ampersand conversion)
* Update README URLs based on HTTP redirectsReadmeCritic2015-12-141-5/+5
|
* READMEBen Johnson2015-12-051-3/+2
| | | | | Replace reference to the coalescer with a reference to `DB.Batch()`. Fixes #465.