I am to p sick a DAO library for an app that stores lot of data in SQLite tables with relations.
I first choose GreenDao, Since it is being used in many famous apps actively and is quite old, well tested and with bug fixed.
Where as DBFlow uses Annotation processing(that is faster than reflection that GreenDao would be using) And allows the user to decide the model cache, Sometimes proves faster than GreenDao(In some case only).
But DBFlow might be having some bugs left or some scenarios uncovered since it is not being used actively in numerous apps like GreenDao is being used. (Sorry! I'm getting a bit Hypothetical).
Which one is better from performance to code handling and DB migration/alteration.
Guide me. Please.
Aucun commentaire:
Enregistrer un commentaire