ODB
From Code Synthesis Wiki
(Difference between revisions)
Revision as of 12:27, 18 July 2012 Boris (Talk | contribs) (Add links to ODB blog posts) ← Previous diff |
Revision as of 12:27, 18 July 2012 Boris (Talk | contribs) Next diff → |
||
Line 12: | Line 12: | ||
== Blog Posts and Articles == | == Blog Posts and Articles == | ||
- | * [http://codesynthesis.com/~boris/blog/2012/03/27/cxx11-support-in-odb/ C++11 support in ODB] | + | * [http://www.codesynthesis.com/~boris/blog/2012/03/27/cxx11-support-in-odb/ C++11 support in ODB] |
* [http://www.codesynthesis.com/~boris/blog/2012/07/18/custom-database-to-cxx-type-mapping-in-odb/ Custom database to C++ type mapping in ODB] | * [http://www.codesynthesis.com/~boris/blog/2012/07/18/custom-database-to-cxx-type-mapping-in-odb/ Custom database to C++ type mapping in ODB] | ||
Revision as of 12:27, 18 July 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.
Contents |
Official Resources
Wiki Resources
- Using ODB with Microsoft Visual Studio
- Using ODB with CMake
- Using ODB with Eclipse CDT
- Using ODB with Netbeans