We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9177cf6 commit bbe204bCopy full SHA for bbe204b
README.md
@@ -9,9 +9,10 @@ What is liblogdb?
9
10
Logdb is a simple and save append only key/value database. Ideal for crypto key storages and similar applications.
11
12
-* no dependencies (only dependency libsecp256k1)
13
-* full test coverage
14
-* mem leak free (valgrind check during CI)
+* pure C89
+* no dependencies
+* high test coverage
15
+* memory leak free (valgrind check during CI)
16
17
Data format
18
----------------
@@ -45,3 +46,8 @@ How to Build
45
46
./configure
47
make check
48
```
49
+
50
+Who is using logdb
51
+----------------
52
53
+* libbtc, https://github.com/libbtc/libbtc
0 commit comments