Skip to content
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 a NSManagedObject to provide declarative validations, conversions, and relationships
  • a fetching service with Fetchable, that you can use on either NSManagedObject classes or their DatabaseModel 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.