Project
activerecord_worm_table
manage WriteOnceReadMany tables backing ActiveRecord models.
there will be a switch table and multiple backing tables for each
ActiveRecord model, all created and managed automatically. a new
version of a table is created by writing to the working table, and
then Model.advance_version which makes the working table active,
and creates a new working table from the base model schmea
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
2026
Development
Dependencies
Development
>= 0