Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 579 Bytes

06-03-19-repository.md

File metadata and controls

18 lines (11 loc) · 579 Bytes
title isChild anchor
Repository Pattern
true
solid

Repository Pattern {#repository}

The idea with this pattern is to have a generic abstract way for the app to work with the data layer without being bothered what storage technology is used when saving/retrieving the data.

We suggests to check first this tutorial{:target="_blank"} for in-depth understand about this design pattern.

When reading/writing data, it is RECOMMENDED to wrap it into Repository Object