lib

Core libraries for Radroots
git clone https://radroots.dev/git/lib.git
Log | Files | Refs | README | LICENSE

commit 30fcd9f967ea39de0a38214c771b99090e80fb17
parent 05ece53034e46ccf76741e7a2029bb32b976e3a3
Author: triesap <tyson@radroots.org>
Date:   Mon,  2 Mar 2026 23:08:58 +0000

docs: update `radroots-nostr-ndb` readme

Diffstat:
Mcrates/nostr-ndb/README.md | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/crates/nostr-ndb/README.md b/crates/nostr-ndb/README.md @@ -5,8 +5,8 @@ Nostrdb adapter primitives and runtime interfaces for the Rad Roots SDK. ## Goals - define stable nostrdb config, ingest, query, and subscription interfaces -- keep nostrdb-backed event storage behavior deterministic across runtimes -- support optional runtime adapter surfaces for shared event store integration +- keep nostrdb storage and query behavior deterministic across runtimes +- support runtime adapter surfaces for shared event store integration - provide reusable nostrdb primitives for higher-level Rad Roots crates ## License