openbsd-ports/databases/ruby-activerecord/pkg/DESCR

5 lines
236 B
Plaintext
Raw Normal View History

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.