Skip to content
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

Switch to SQLite #138

Open
ethanmick opened this issue Mar 21, 2015 · 2 comments
Open

Switch to SQLite #138

ethanmick opened this issue Mar 21, 2015 · 2 comments

Comments

@ethanmick
Copy link
Member

Core Data is a mess of crying and death.

@ethanmick
Copy link
Member Author

Core Data hasn't lived up to it's potential here. Behind the scenes, it's just using SQLite anyways.

Using Mantle with core data was cool, but I don't think it provides very much. We can just use Mantle to turn JSON objects into model objects, and save them with SQLite. With some subclassing work, I think this will work great.

Also, we can then ensure our queries are as efficient as possible, and put the proper indexes on columns for really fast data workage.

If all else fails, I'll make another table.

@ethanmick
Copy link
Member Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant