ODB
From Code Synthesis Wiki
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