Active record pattern

Active record pattern

Jesse Russell Ronald Cohn

     

бумажная книга



ISBN: 978-5-5107-1270-4

High Quality Content by WIKIPEDIA articles! In software engineering, the active record pattern is an architectural pattern found in software that stores its data in relational databases. It was named by Martin Fowler in his 2003 book Patterns of Enterprise Application Architecture. The interface to such an object would include functions such as Insert, Update, and Delete, plus properties that correspond more or less directly to the columns in the underlying database table.