nostrdb

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

commit 59fe0d73ef54f70f05a7ada7ba11db7a36283a89
parent 804df0bdf801c583e2f935361ab18edfb4f5261a
Author: William Casarin <jb55@jb55.com>
Date:   Sat,  5 Aug 2023 21:21:59 -0700

some todo helpers

Diffstat:
A.envrc | 6++++++
M.gitignore | 2+-
ATODO | 5+++++
3 files changed, 12 insertions(+), 1 deletion(-)

diff --git a/.envrc b/.envrc @@ -0,0 +1,6 @@ +use nix + +export TODO_FILE=TODO +export JB55=32e1827635450ebb3c5a7d12c1f8e7b2b514439ac10a67eef3d9fd9c5c68e245 + +todo.sh ls diff --git a/.gitignore b/.gitignore @@ -2,9 +2,9 @@ tags test .buildcmd .build-result -.envrc shell.nix *.dSYM +TODO.bak test_contacts_ndb_note bench configurator diff --git a/TODO b/TODO @@ -0,0 +1,5 @@ +(A) ndb_process_event +(B) setup lmdb environment +(C) insert and retrieve test +setup dup_sort +clustered created_at keys