static-record 1.0.0.pre
StaticRecord is a module allowing to perform ActiveRecord-like queries over ruby files. Those act as immutable database records that only developers can alter. Their attributes are stored in a SQLite3 database re-created on startup. Queries instantiate each retrieved records.