nostrdb

an unfairly fast embedded nostr database backed by lmdb
git clone git://jb55.com/nostrdb
Log | Files | Refs | Submodules | README | LICENSE

commit 35a6d1e9461ae6f8e33bdb2010450698ab0e2322
parent 26e80542a7f55e31a7ee7f181270a56a9a74d1df
Author: William Casarin <jb55@jb55.com>
Date:   Sat,  2 Dec 2023 13:55:23 -0800

add lmdb data stuff to gitignore

Diffstat:
M.gitignore | 4++++
1 file changed, 4 insertions(+), 0 deletions(-)

diff --git a/.gitignore b/.gitignore @@ -1,4 +1,8 @@ tags +data.mdb +lock.mdb +v0-lock +keys.txt test .buildcmd .build-result