Realm vs sqlbrite vs Room vs GreenDao vs dbflow vs...
# announcements
f
Realm vs sqlbrite vs Room vs GreenDao vs dbflow vs Requery Among these I've used only Realm which is Object oriented in nature. Others are Relational Db based. Im looking for a SQLite based library to simplify code. If youre familiar with most of them, please share your opinions.
p
If you’d like to simplify code and need simple storage solution I would suggest to take look at NoSQL like db called Paper (I’m a dev of it) https://github.com/pilgr/Paper
f
Will check. Thanks!