ODB
From Code Synthesis Wiki
(Difference between revisions)
Revision as of 07:42, 19 September 2012 Boris (Talk | contribs) (→Blog Posts and Articles - Add links to new articles) ← Previous diff |
Revision as of 07:43, 19 September 2012 Boris (Talk | contribs) (→Blog Posts and Articles) Next diff → |
||
Line 14: | Line 14: | ||
== Blog Posts and Articles == | == Blog Posts and Articles == | ||
* [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/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/ Extended Database to C++ Type Mapping in ODB] |
* [http://www.codesynthesis.com/~boris/blog/2012/08/07/cxx-event-logging-sqlite-odb/ C++ Event Logging with SQLite and ODB] | * [http://www.codesynthesis.com/~boris/blog/2012/08/07/cxx-event-logging-sqlite-odb/ C++ Event Logging with SQLite and ODB] | ||
* [http://www.codesynthesis.com/~boris/blog/2012/08/22/odb-license-exception/ ODB License Exception for Open Source Projects] | * [http://www.codesynthesis.com/~boris/blog/2012/08/22/odb-license-exception/ ODB License Exception for Open Source Projects] |
Revision as of 07:43, 19 September 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 Qt Creator on Linux
- Using ODB with Eclipse CDT
- Using ODB with Netbeans
Blog Posts and Articles
- C++11 Support in ODB
- Extended Database to C++ Type Mapping in ODB
- C++ Event Logging with SQLite and ODB
- ODB License Exception for Open Source Projects