What is Repository Design Pattern, Pros and cons
Repository Design Pattern
Definition
The Repository Design Pattern is a structural pattern that mediates data access by providing an abstraction over the data layer. It allows you to decouple the data access logic and business logic by encapsulating ...
jaimin047.hashnode.dev4 min read