title | isChild | anchor |
---|---|---|
Repository Pattern |
true |
solid |
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.