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.
Which One is best ORM GreenDao vs ORMLite ? |
0 Replies