-
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
b52b819
commit 3cb2bc0
Showing
2 changed files
with
9 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,10 @@ | ||
--- | ||
description: There are a lot of repositories | ||
--- | ||
|
||
# Repositories | ||
|
||
Repositories in the Cycle ORM Active Record implementation provide a layer of abstraction between your domain/business logic and the data access layer. They encapsulate the logic for retrieving, storing, and querying entities, offering a consistent interface for working with your data. | ||
|
||
### ActiveRepository | ||
|
||
The `ActiveRepository` class is the core of the repository pattern in this Active Record implementation. It provides a set of methods to interact with your entities. | ||
|
||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters