CoreData/Realm sweet wrapper written in Swift
Go to file
2014-08-18 10:34:27 +02:00
Resources Added RESOURCES 2014-08-15 07:22:16 +02:00
SugarRecord Some updates 2014-08-18 10:34:27 +02:00
SugarRecordDemo Added methods to get fetch requests 2014-08-15 10:40:57 +02:00
.gitignore Updated gitignore file 2014-08-04 10:08:43 +02:00
LICENSE Initial commit 2014-08-04 10:05:03 +02:00
README.md Update README.md 2014-08-14 11:27:38 +02:00
SugarRecord.podspec Created .podspec 2014-08-04 21:00:30 +02:00

Logo

What is SugarRecord?

SugarRecord is a CoreData management library to make it easier work with CoreData. Thanks to SugarRecord you'll be able to start the CoreData stack structure just with a line of code and start working with your database models using closures thanks to the fact that SugarRecord is completly written in Swift.

Changes

4th August 2014

  • Started CoreData stack structure initializaer
  • Added singleton pattern in SugarRecord
  • Created private static defaultContext and storeCoordinator var

Initialize SugarRecord

Contexts

Fetching

Useful Swift Resources

Notes

SugarRecord is hardly inspired in Magical Record. We loved its structure and we brought some of these ideas to SugarRecord CoreData stack but using sugar Swift syntax and adding more useful methods to make working with CoreData easier.

Contribute