QxOrm alternatives
-
Does any one know any alternative to "QxOrm":http://www.qxorm.com?
Recently they changed their license to Proprietary license which conflicts with LGPL based software.
PS
I found "QsT SQL Tools":https://sourceforge.net/projects/qstsqltools/ but I'm not sure what if it offers same efficiency as QxOrm. -
Hi there. What about "ODB C++":http://www.codesynthesis.com/products/odb/? I haven't really tried it (although I compiled and ran some examples), but it is on my short list of ORM components to consider. As far as I remember, it is available under GPL.
-
ODB does support at least some Qt basic types (from QtCore) in "ODB Qt Profile":http://www.codesynthesis.com/products/odb/doc/manual.xhtml#22, however that may not be enough if you need a complete support.
-
[quote author="Skh1002" date="1369102469"]ODB does support at least some Qt basic types (from QtCore) in "ODB Qt Profile":http://www.codesynthesis.com/products/odb/doc/manual.xhtml#22, however that may not be enough if you need a complete support.[/quote]
Actually the performance is a critical issue here, using only the basic types isn't suitable option for high performance (dealing with millions for records)