ODB

From Code Synthesis Wiki

Jump to: navigation, search

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

Blog Posts and Articles

External Resources

Personal tools