nostrdb

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

commit 25f7a348b4d82f7b562bf0572f6c45ebf867debe
parent 18d3393ab564921a7a0306d31dd3f556397e0196
Author: William Casarin <jb55@jb55.com>
Date:   Thu, 10 Aug 2023 12:26:00 -0700

test: reset db on test runs

Diffstat:
MMakefile | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/Makefile b/Makefile @@ -19,6 +19,7 @@ all: lib bindings bindings: bindings-swift bindings-c check: test + rm -rf testdata/db/*.mdb ./test clean: