Skip to content

Commit

Permalink
Revert "Revert "test""
Browse files Browse the repository at this point in the history
  • Loading branch information
netbe committed Sep 10, 2024
1 parent 940abc3 commit 5afd526
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions wire-ios-data-model/WireDataModel.docc/WireDataModel.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ Provides the persistence layer for Wire.

WireDataModel provides the persistence for Wire, powered by Core Data. As such it contains the database schemas, the ``CoreDataStack`` to manage access to the database, and all the managed object subclasses that represent entities in the database (e.g ``ZMConversation`` and ``ZMUser``).





> Note: WireDataModel also contains a lot of business logic in the form of extensions on managed object subclasses. These should be factored out of the persistence layer.
## Topics
Expand Down

0 comments on commit 5afd526

Please sign in to comment.