Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Pedro Piñera Buendía committed Sep 30, 2014
1 parent 716508f commit 74046d5
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ The library is completetly written in Swift and fully tested to ensure the behav

**There's a Google Group where you can leave your topics, question, doubts, suggestions and stuff besides issues https://groups.google.com/forum/#!forum/sugarrecord .**

**Moreover we have a blog to talk about the library, check it here: [http://sugarrecord.github.io/](http://sugarrecord.github.io/)**
**Moreover we have a blog to talk about the library, check it here: [http://www.sugarrecord.com/](http://www.sugarrecord.com)**

**Powered by [@pepibumur](http://www.twitter.com/pepibumur)**

Expand All @@ -22,6 +22,14 @@ The scheme above shows the structure of SugarRecord. It's formed by:
- **SugarRecord contexts**: Altough Realm doesn't have contexts as we have in CoreData, we have created abstracted contexts that surround the user operations with models independently if you are using CoreData or Realm. Yeah!
- **Stack**: The storage stack is another key piece in SugarRecord because it knows how and when persist/fetch/delete your objects into the database. You can tell SugarRecord which stack it should use.

## Updates

| **Date** | **Done** |
|-------------------------------|------------------------------------------------|
| 30th-September-2014 | Added first post to the new blog [SugarRecord](http://sugarrecord.com/) |



## Index
- [Advantages of SugarRecord](#advantages-of-sugarrecord)
- [Version 1.0 - Features](#planned-for-1.0-release)
Expand Down

0 comments on commit 74046d5

Please sign in to comment.