-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Improved Store #10
Comments
|
The more I think about it the more I believe that Continue on with #7 |
Okay, so I created a It should create it's own The Yes, this will be HEAVILY inspired by Ember. And I like it! |
Similar to Ember, the |
Instead of using |
Only allow |
|
…re Data records pushed into the Store.
See #10. Implement Store’s findQuery function.
Base off of http://emberjs.com/api/data/classes/DS.Store.html
Currently MagicalRecord's
[NSManagedObjectContext MR_defaultContext]
is the effectivestore
, backed by CoreData.The text was updated successfully, but these errors were encountered: