ODB
From Code Synthesis Wiki
(Difference between revisions)
Revision as of 11:43, 12 September 2011 Boris (Talk | contribs) (Add link to instructions on using ODB with CMake) ← Previous diff |
Revision as of 18:00, 14 March 2012 Boris (Talk | contribs) (→Wiki Resources - Add link to page on using ODB with Visual Studio) Next diff → |
||
Line 2: | Line 2: | ||
== Wiki Resources == | == Wiki Resources == | ||
+ | * [[Using ODB with Microsoft Visual Studio]] | ||
* [[Using ODB with CMake]] | * [[Using ODB with CMake]] | ||
* [[Using ODB with Eclipse CDT]] | * [[Using ODB with Eclipse CDT]] |
Revision as of 18:00, 14 March 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.
Wiki Resources
- Using ODB with Microsoft Visual Studio
- Using ODB with CMake
- Using ODB with Eclipse CDT
- Using ODB with Netbeans
External Resources
- "Object-Relational Mapping with ODB and Boost" talk video, BoostCon 2011 (direct link to .mp4 file)
- "Object-Relational Mapping with ODB and Boost" talk slides, BoostCon 2011