DEV Community

Vishnu KN
Vishnu KN

Posted on

TIL: Repository pattern

Repository pattern: A domain specific storage of database manipulation methods containing method names that are in the language of the business rather than being in the language of SQL

The repository pattern cannot work by itself. It needs to communicate with an ORM like EF core or Dapper to work.

Top comments (0)