Content deleted Content added
DorTheScripter moved page Datamapper to Datamapper (Ruby): Ruby isn't the only one to implement Datemapper. Datamapper is a pattern |
Real quick to kickstart it. |
||
Line 1:
{{stub}}
The Data Mapper is a layer of software that separates the in-memory objects from the database. Its responsibility is to transfer data between the two and also to isolate them from each other. With Data Mapper the in-memory objects needn't know even that there's a database present; they need no SQL interface code, and certainly no knowledge of the database schema.
|