QT 5.2 for VC++11 and ODB ORM Integration on Windows/pgSQL.
General and Desktop
2
Posts
2
Posters
1.4k
Views
1
Watching
-
Hi,
I don't know about ODB, but here is a detailed procedure to install "QxOrm library":http://www.qxorm.com/ on Windows :
"http://www.qxorm.com/qxorm_en/tutorial_3.html":http://www.qxorm.com/qxorm_en/tutorial_3.htmlQxOrm library is like ODB (a C++ ORM), but it's based on Qt (ODB provides a profile to map QString and other Qt types).
Another advantage for QxOrm library is QxEntityEditor application : you can design your model and generate automatically your C++ classes and SQL scripts.