mirror of https://github.com/etcd-io/bbolt.git
README
parent
4e252b8a7f
commit
b9b69d867a
|
@ -1,4 +1,4 @@
|
|||
Bolt [](https://drone.io/github.com/boltdb/bolt/latest) [](https://coveralls.io/r/boltdb/bolt?branch=master) [](https://godoc.org/github.com/boltdb/bolt) 
|
||||
Bolt [](https://drone.io/github.com/boltdb/bolt/latest) [](https://coveralls.io/r/boltdb/bolt?branch=master) [](https://godoc.org/github.com/boltdb/bolt) 
|
||||
====
|
||||
|
||||
## Overview
|
||||
|
@ -14,7 +14,7 @@ Since Bolt is meant to be used as such a low-level piece of functionality, simpl
|
|||
|
||||
## Project Status
|
||||
|
||||
Bolt is functionally complete and has nearly full unit test coverage. The library test suite also includes randomized black box testing to ensure database consistency and thread safety. However, Bolt is a new library so it does not have significant real world usage so please use with caution and report any bugs found.
|
||||
Bolt is functionally complete and has nearly full unit test coverage. The library test suite also includes randomized black box testing to ensure database consistency and thread safety. Bolt is currently in use in a few project, however, it is still at a beta stage so please use with caution and report any bugs found.
|
||||
|
||||
|
||||
## Comparing Bolt vs LMDB
|
||||
|
|
Loading…
Reference in New Issue