Page 1 of 1

Is there any comparison between ORM libraries

PostPosted: Thu Mar 01, 2012 9:16 am
by Guest
Is there any function and performance comparison between those popular ORM frameworks, such as: QxOrm, ODB, Wt::Dbo, QDjango and so on. Could Admin supply one :D

Re: Is there any comparison between ORM libraries

PostPosted: Thu Mar 01, 2012 11:18 am
by QxOrm admin
Hi,

It's a lot of work to compare all C++ ORM frameworks !!!
Maybe one day, someone will compare all of them in release mode (maybe it already exists on a website, I don't know)...
It's very interesting but I have no time to do it :!:

About functionalities, I think QxOrm library provides more features than other libraries (but require Qt and boost frameworks).
About performance, I don't know ! But to test it, be sure to build into release mode ;)

From my point of view, I think the 2 best C++ ORM libraries are : QxOrm and ODB.