diff --git a/data-mapper/index.md b/data-mapper/index.md index 377487c8c..28b3939ee 100644 --- a/data-mapper/index.md +++ b/data-mapper/index.md @@ -17,8 +17,8 @@ A layer of mappers that moves data between objects and a database while keeping ## Applicability Use the Data Mapper in any of the following situations -* when you want to consolidate how the data layer is accessed -* when you want to avoid writing multiple data retrieval/persistence layers +* when you want to decouple data objects from DB access layer +* when you want to write multiple data retrieval/persistence implementations ## Credits