Active Record connects business objects and database tables to create a persistable domain model where logic and data is presented in one wrapping. It’s an implementation of the object-relational mapping (ORM) pattern in which an object that wraps a row in a database table or view, encapsulates the database access, and adds domain logic on that data.
| Tags | Database API Software Development Libraries |
|---|---|
| Operating Systems | Mac OS X POSIX Linux Unix |
| Implementation | Ruby |