ODB 1.4.0 adds support for Qt for Object-Relation mapping
-
This is not my code, but I found the "announcement on qt-interest":http://lists.qt.nokia.com/pipermail/qt-interest/2011-April/033256.html and the blog post mentioned there interesting enough to post it here. I hope the author doesn't mind...
http://www.codesynthesis.com/~boris/blog/2011/04/27/odb-1-4-0-released/
[quote]"ODB":http://www.codesynthesis.com/products/odb/ 1.4.0 was released today.
In case you are not familiar with ODB, it is an object-relational mapping (ORM) system for C++. It allows you to persist C++ objects to a relational database without having to deal with tables, columns, or SQL, or manually writing any of the mapping code.
(...)
[/quote]