Data Access Object Pattern
Access to data varies depending on the source of the data. Access to persistent
storage, such as to a database, varies greatly depending on the type of storage
(relational databases, object-oriented databases, flat files, and so forth) and
the vendor implementation. A full description
of this pattern is contained in a .pdf file that ships with your Together plugin.