Mission Control Tech RadarMission Control Tech Radar

ActiveRecord

database
Adopt

ActiveRecord is an architectural pattern. The name is used by the ORM framework in Ruby on Rails. The Active Record ORM represents models for data, associations and inheritance between them, validates models before database operations are persisted, and finally performs the operation.