ODB
From Code Synthesis Wiki
(Difference between revisions)
Revision as of 06:15, 18 December 2012 Boris (Talk | contribs) (→Wiki Resources - Add link to Mobile/Embedded page) ← 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 on Mobile and Embedded Systems]] | ||
* [[Using ODB with Microsoft Visual Studio]] | * [[Using ODB with Microsoft Visual Studio]] |
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 |
[edit]
Official Resources
[edit]
Wiki Resources
- Using ODB on Android
- 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
[edit]
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
[edit]