diff options
author | Ben Johnson <benbjohnson@yahoo.com> | 2014-02-20 10:30:01 -0700 |
---|---|---|
committer | Ben Johnson <benbjohnson@yahoo.com> | 2014-02-20 10:30:01 -0700 |
commit | 87226ac3ecc93834cccda38b9398c21e9aa8df10 (patch) | |
tree | 0853f17d140365be1027e2f5248bdcbcccd7639a | |
parent | Merge pull request #40 from benbjohnson/sequence-overflow (diff) | |
download | dedo-87226ac3ecc93834cccda38b9398c21e9aa8df10.tar.gz dedo-87226ac3ecc93834cccda38b9398c21e9aa8df10.tar.xz |
Update project status.
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -14,7 +14,7 @@ Since Bolt is meant to be used as such a low-level piece of functionality, simpl ## Project Status -Bolt is currently in development and is currently not functional. +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. ## Comparing Bolt vs LMDB |