lib

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

README (782B)


      1 # radroots_nostr_ndb
      2 
      3 This is the README for `radroots_nostr_ndb`, which provides nostrdb adapter
      4 primitives for the `radroots` core libraries.
      5 
      6 ## Overview
      7 
      8  * configuration, filter, ingest, query, and subscription types for
      9    nostrdb-backed workflows;
     10  * runtime-adapter hooks that let higher layers drive nostrdb as an event sink;
     11  * feature-gated support for the `nostrdb` crate, runtime glue, and gift-wrap
     12    handling;
     13  * a `std`-based integration crate with optional async runtime support.
     14 
     15 ## Copyright
     16 
     17 Except as otherwise noted, all files in the `radroots_nostr_ndb` distribution
     18 are
     19 
     20  Copyright (c) 2020-2026 Tyson Lupul
     21 
     22 For information on usage and redistribution, and for a DISCLAIMER OF ALL
     23 WARRANTIES, see LICENSE included in the `radroots_nostr_ndb` distribution.