DEV Community

Discussion on: Sugar ORM: An easier way to work with SQLite Databases in Android.

Collapse
 
smontiel profile image
Salvador Montiel

Seems to me that uses Java reflection, right?

Collapse
 
kwabenberko profile image
Kwabena Bio Berko • Edited

Yes it does.

Collapse
 
smontiel profile image
Salvador Montiel

I prefer the amazing library Ollie of Michael Pardo, it runs on compile-time, easy coding.

Thread Thread
 
kwabenberko profile image
Kwabena Bio Berko

Cool!
I will check it out then.