-
Notifications
You must be signed in to change notification settings - Fork 2
Home
Alexis Bridoux edited this page Apr 30, 2021
·
6 revisions
Wiki valid for version 1.0.0
CoreDataCady offers two main services:
- a mapping service with
DatabaseModel
on aNSManagedObject
to provide declarative validations, conversions, and relationships - a fetching service with
Fetchable
, that you can use on eitherNSManagedObject
classes or theirDatabaseModel
counterpart.
The first section "Mapping" addresses the mapping and explains in details how it's possible to declare the fields or relationship of an entity, with additional services like validation, conversion, publishers...
The second section "Fetching" gives examples and provides details on the fetching functions that you can use.
Wiki valid for version 1.0.0