DEV Community

Shekhar Sahu
Shekhar Sahu

Posted on

ObjectBox: Alternative to SQLite for android

https://blog.joshsoftware.com/2019/11/06/objectbox-alternative-to-sqlite-for-android/

How many times do we need to write CRUD operation while building android application? Many times right? For me its like daily job.

Till now I used to use sqlite database. But when I came across ObjectBox , I started liking it. Why? Because it saves me a lot of time in writing bucket of code which I used to spend while writing sqlite db query also it was a bit complicated / confusing while reading those queries. While in case of ObjectBox your queries becomes easy and readable.

Top comments (0)