lib

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

README (832B)


      1 # radroots_replica_db
      2 
      3 This is the README for `radroots_replica_db`, which provides replica SQL
      4 facades and shaped query helpers for the `radroots` core libraries.
      5 
      6 ## Overview
      7 
      8  * a generic `ReplicaSql<E>` facade over any `SqlExecutor` implementation;
      9  * migration, backup, restore, and export helpers for replica database state;
     10  * typed CRUD helpers over the shared replica schema models;
     11  * shaped query helpers for common trade, farm, and event freshness lookups;
     12  * feature-gated web and native backend support through `radroots_sql_core`.
     13 
     14 ## Copyright
     15 
     16 Except as otherwise noted, all files in the `radroots_replica_db` distribution
     17 are
     18 
     19  Copyright (c) 2020-2026 Tyson Lupul
     20 
     21 For information on usage and redistribution, and for a DISCLAIMER OF ALL
     22 WARRANTIES, see LICENSE included in the `radroots_replica_db` distribution.