Active Record
The active record pattern, which was named by Martin Fowler in 2003, is an architectural pattern that describes how objects relate to database records or entries in other forms of storage. 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 attributes in the underlying stored entity.