# active record pattern

> design pattern for software that stores in-memory object data in relational databases, with interface functions for insert, update and delete, and properties corresponding to the columns in the underlying database table

**Wikidata**: [Q344181](https://www.wikidata.org/wiki/Q344181)  
**Wikipedia**: [English](https://en.wikipedia.org/wiki/Active_record_pattern)  
**Source**: https://4ort.xyz/entity/active-record-pattern


## References

1. Freebase Data Dumps. 2013
2. Quora