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.
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
Blog Posts and Articles
- C++11 Support in ODB
- Extended Database to C++ Type Mapping in ODB
- C++ Event Logging with SQLite and ODB
- ODB License Exception for Open Source Projects