active_record / 0.9.0
| Short description: | Implements the Active Record pattern for ORM | |||||
|---|---|---|---|---|---|---|
| Category: | Library/Database | |||||
| Status: | stable | |||||
| Created: | 2004-07-24 20:34:20 GMT | |||||
| Last update: | 2004-07-24 20:34:20 GMT | |||||
| Owner: | David Heinemeier Hansson (Projects of this owner) | |||||
| Homepage: | http://activerecord.rubyonrails.org/ | |||||
| Download: | http://rubyforge.org/frs/?group_id=182 | |||||
| License: | Ruby's | |||||
| Dependency: |
|
|||||
| Description: | 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 by the same name as described by Martin Fowler:
|
|||||