nostrdb

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

commit e11a640c5d433ea8e5b7daf0a0dbd4625eca8cf0
parent 85fde454dccfbfaa13d3a38330986c5029acc87d
Author: William Casarin <jb55@jb55.com>
Date:   Sun, 23 Jul 2023 08:49:13 -0700

we don't actually store the json (yet?)

Diffstat:
Mnostrdb.h | 1-
1 file changed, 0 insertions(+), 1 deletion(-)

diff --git a/nostrdb.h b/nostrdb.h @@ -54,7 +54,6 @@ struct ndb_note { uint32_t content_length; union ndb_packed_str content; uint32_t strings; - uint32_t json; // nothing can come after tags since it contains variadic data struct ndb_tags tags;