lib

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

commit b38a598459fe35a146f01486628ac5608bc6a35e
parent e334eec3d66e174536cdb855082359fc8d4bd9f1
Author: triesap <tyson@radroots.org>
Date:   Sun,  1 Mar 2026 14:54:02 +0000

docs: update `radroots-nostr-ndb` readme

Diffstat:
Acrates/nostr-ndb/README.md | 14++++++++++++++
1 file changed, 14 insertions(+), 0 deletions(-)

diff --git a/crates/nostr-ndb/README.md b/crates/nostr-ndb/README.md @@ -0,0 +1,14 @@ +# radroots-nostr-ndb + +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 +- provide reusable nostrdb primitives for higher-level Rad Roots crates + +## License + +Licensed under AGPL-3.0. See LICENSE.