ODB
From Code Synthesis Wiki
(Difference between revisions)
Revision as of 12:27, 18 July 2012 Boris (Talk | contribs) ← Previous diff |
Revision as of 14:11, 4 September 2012 Boris (Talk | contribs) (→Wiki Resources - Add link to Qt Creator page) Next diff → |
||
Line 8: | Line 8: | ||
* [[Using ODB with Microsoft Visual Studio]] | * [[Using ODB with Microsoft Visual Studio]] | ||
* [[Using ODB with CMake]] | * [[Using ODB with CMake]] | ||
+ | * [[Using ODB with Qt Creator on Linux]] | ||
* [[Using ODB with Eclipse CDT]] | * [[Using ODB with Eclipse CDT]] | ||
* [[Using ODB with Netbeans]] | * [[Using ODB with Netbeans]] |
Revision as of 14:11, 4 September 2012
ODB 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 and without manually writing any mapping code.
Contents |
Official Resources
Wiki Resources
- Using ODB with Microsoft Visual Studio
- Using ODB with CMake
- Using ODB with Qt Creator on Linux
- Using ODB with Eclipse CDT
- Using ODB with Netbeans