RoughCut
RoughCut is a flat-file database managed through a REBOL port interface. It is an integral part of the QuarterMaster web framework.
Premise
RoughCut tables in essence are designed to behave like regular REBOL series! types. You can perform many series operators on a table: ‘select, ‘pick, ‘length?, ‘copy. Values within the series are active records: objects that contain data alongside methods for manipulating and storing that data.
Check the QuarterMaster introduction for a brief overview.