ODB

From Code Synthesis Wiki

(Difference between revisions)
Jump to: navigation, search
Revision as of 15:53, 16 October 2012
Boris (Talk | contribs)
(Blog Posts and Articles - Add link to Custom C++ to Database Type Mapping in ODB post)
← Previous diff
Current revision
Boris (Talk | contribs)
(Wiki Resources - Add link to Android guide)
Line 6: Line 6:
== Wiki Resources == == Wiki Resources ==
 +* [[Using ODB on Android]]
 +* [[Using ODB on Mobile and Embedded Systems]]
* [[Using ODB with Microsoft Visual Studio]] * [[Using ODB with Microsoft Visual Studio]]
* [[Using ODB with CMake]] * [[Using ODB with CMake]]

Current revision

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