rubygem-activerecord

Résumé :
Implements the ActiveRecord pattern for ORM
Site web :
http://www.rubyonrails.org
License :
MIT
Vendeur :
Johan Cwiklinski
Description :
Implements the ActiveRecord pattern (Fowler, PoEAA) for ORM. It ties database
tables and classes together for business objects, like Customer or
Subscription, that can find, save, and destroy themselves without resorting to
manual SQL.