nostrdb

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

commit e05e8357c23c5018548f64d5effcf7872cdb445f
parent dbadb428a7cf1fa1daa49f072d60774dd7babe30
Author: William Casarin <jb55@jb55.com>
Date:   Wed, 20 Sep 2023 09:23:10 -0400

query: remove unused data

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

diff --git a/nostrdb.h b/nostrdb.h @@ -33,7 +33,6 @@ struct ndb_search_key }; struct ndb_search { - const char *query; struct ndb_search_key *key; uint64_t profile_key; void *cursor; // MDB_cursor *