Hi everyone,
I’m Abubakr, a first-time contributor to this community. I’d like to suggest a potential improvement to the Parse-SDK-Android: replacing the current SQLite-based local data store with the ObjectBox library.
Why ObjectBox?
ObjectBox offers significant benefits, including:
- Improved Performance: It’s generally faster, especially for write-heavy operations.
- Simplified API: Easier to work with, reducing boilerplate code.
- Automatic Migrations: Handles schema changes automatically, minimizing migration issues.
Considerations:
- Migration Path: Existing users would need a clear migration strategy.
- Library Size: ObjectBox may slightly increase the SDK size.
I’m eager to hear your thoughts and am open to contributing to the implementation if there’s interest.
Looking forward to your feedback!
Best regards,
Abubakr