ODB
From Code Synthesis Wiki
(Difference between revisions)
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 |
Revision as of 06:15, 18 December 2012 Boris (Talk | contribs) (→Wiki Resources - Add link to Mobile/Embedded page) Next diff → |
||
Line 6: | Line 6: | ||
== Wiki Resources == | == Wiki Resources == | ||
+ | * [[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]] |
Revision as of 06:15, 18 December 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 on Mobile and Embedded Systems
- 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
- Custom C++ to Database Type Mapping in ODB
- Extended Database to C++ Type Mapping in ODB
- C++ Event Logging with SQLite and ODB
- ODB License Exception for Open Source Projects