CoreData/Realm sweet wrapper written in Swift
Go to file
Pedro Piñera Buendía b258b80d14 Update README.md
2014-08-05 08:57:22 +02:00
Resources Added logo 2014-08-04 10:24:08 +02:00
SugarRecord Fixed a bug in code that caused XCode editor crashing 2014-08-05 08:59:21 +02:00
SugarRecordDemo Improved contexts stack implementation 2014-08-05 01:11:13 +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-05 08:57:22 +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

Contribute