Ruby Object Mapper

Ruby Object Mapper (ROM) is an ORM (object relational model) for Ruby, formerly known as DataMapper. It provides features that allow for CRUD operations on a database using Ruby methods rather than directly writing SQL queries.