Author
Description
AACoreData is a lightweight data persistence wrapper designed to provide an easier solution for CRUD
operations using CoreData
, written in Swift. It provides a singleton instance to access CoreData
objects anywhere in the code and uses 'value types' to define CoreData
entities.