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

Enhancement: Consider other database persistence libraries as an alternative to Sugar ORM. #14

Open
huhx0015 opened this issue Jun 5, 2017 · 0 comments
Assignees

Comments

@huhx0015
Copy link
Owner

huhx0015 commented Jun 5, 2017

While Sugar ORM is simple and easy to use for data persistence, it may be too basic when storing more complicated data in the future. Also, the current release of Sugar ORM is currently incompatible with Android Studio's Instant Run feature; a fix has been merged, but no word on when the next version of Sugar ORM will be released: chennaione/sugar#564

Other database persistence libraries like Realm, DBFlow, Room, GreenDAO, etc. should be considered as possible alternatives.

Reference: Performance Comparison of Database Libraries by Andrew Grozner: https://github.com/agrosner/AndroidDatabaseLibraryComparison2/tree/master/app/src/main/java/com/grosner/androiddatabaselibrarycomparison2

@huhx0015 huhx0015 self-assigned this Jun 5, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant