lib

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

README (720B)


      1 # radroots_replica_db_schema
      2 
      3 This is the README for `radroots_replica_db_schema`, which provides replica
      4 schema models for the `radroots` core libraries.
      5 
      6 ## Overview
      7 
      8  * schema model types reexported from the `models` module;
      9  * table- and record-oriented value types shared by replica database code;
     10  * optional serialization support through `serde`;
     11  * no runtime backend logic beyond the shared schema model layer.
     12 
     13 ## Copyright
     14 
     15 Except as otherwise noted, all files in the `radroots_replica_db_schema`
     16 distribution are
     17 
     18  Copyright (c) 2020-2026 Tyson Lupul
     19 
     20 For information on usage and redistribution, and for a DISCLAIMER OF ALL
     21 WARRANTIES, see LICENSE included in the `radroots_replica_db_schema`
     22 distribution.