ODB
From Code Synthesis Wiki
(Difference between revisions)
Revision as of 10:11, 19 July 2011 Boris (Talk | contribs) (Add links to BoostCon 2011 presentations) ← Previous diff |
Revision as of 11:43, 12 September 2011 Boris (Talk | contribs) (Add link to instructions on using ODB with CMake) Next diff → |
||
Line 2: | Line 2: | ||
== Wiki Resources == | == Wiki Resources == | ||
+ | * [[Using ODB with CMake]] | ||
* [[Using ODB with Eclipse CDT]] | * [[Using ODB with Eclipse CDT]] | ||
* [[Using ODB with Netbeans]] | * [[Using ODB with Netbeans]] |
Revision as of 11:43, 12 September 2011
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
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