aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Johnson <benbjohnson@yahoo.com>2014-02-20 10:30:01 -0700
committerBen Johnson <benbjohnson@yahoo.com>2014-02-20 10:30:01 -0700
commit87226ac3ecc93834cccda38b9398c21e9aa8df10 (patch)
tree0853f17d140365be1027e2f5248bdcbcccd7639a
parentMerge pull request #40 from benbjohnson/sequence-overflow (diff)
downloaddedo-87226ac3ecc93834cccda38b9398c21e9aa8df10.tar.gz
dedo-87226ac3ecc93834cccda38b9398c21e9aa8df10.tar.xz
Update project status.
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 417afc8..f99546f 100644
--- a/README.md
+++ b/README.md
@@ -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