- Forum posts: 15
Aug 17, 2015, 2:11:24 PM via Website
Aug 17, 2015 2:11:24 PM via Website
I am working on an android application and while working I wanted to know which ORM is better in terms of performance and ease of use between ORMLite and GreenDao. In some benchmarks I have read about ORMLite and GreenDao on few android developer forum, and found that ORMLite is faster in comparison to GreenDao.But I also like GreenDao due to it’s automatic code generation works, also it does not use any annotations or reflection which I think would make it faster in performance. So, I want know which one of them is best according to you,Please give me your opinion about this.