mirror of
https://github.com/zitadel/zitadel.git
synced 2025-08-12 10:27:33 +00:00
cleanup
This commit is contained in:
@@ -1,7 +0,0 @@
|
||||
// Repository package provides the database repository for the application.
|
||||
// It contains the implementation of the [repository pattern](https://martinfowler.com/eaaCatalog/repository.html) for the database.
|
||||
|
||||
// funcs which need to interact with the database should create interfaces which are implemented by the
|
||||
// [query] and [exec] structs respectively their factory methods [Query] and [Execute]. The [query] struct is used for read operations, while the [exec] struct is used for write operations.
|
||||
|
||||
package repository
|
Reference in New Issue
Block a user