Flattr this!
 

FlexiRecord

FlexiRecord is a ruby library for object oriented access to databases (object-relational mapping / ORM). Each table is represented by a class, each row of that table is represented by an object of that class. This library is especially aimed to properly support database transactions. By now only PostgreSQL (version 8.2 or higher) is supported as a backend. The library can be used as a replacement for ActiveRecord in Ruby on Rails, when support for transactions covering multiple tables is needed (e.g. in business applications).

Download

Documentation

Changes