ODB
From Code Synthesis Wiki
(Difference between revisions)
Revision as of 06:43, 4 October 2010 Boris (Talk | contribs) (Add a page for ODB) ← Previous diff |
Revision as of 15:54, 10 November 2010 Boris (Talk | contribs) (Add a link to the Using ODB with Netbeans page) Next diff → |
||
Line 2: | Line 2: | ||
== Wiki Resources == | == Wiki Resources == | ||
+ | |||
+ | * [[Using ODB with Netbeans]] | ||
== Official Resources == | == Official Resources == | ||
* [http://www.codesynthesis.com/products/odb/ ODB home page] | * [http://www.codesynthesis.com/products/odb/ ODB home page] | ||
* [http://www.codesynthesis.com/products/odb/doc.xhtml ODB documentation] | * [http://www.codesynthesis.com/products/odb/doc.xhtml ODB documentation] |
Revision as of 15:54, 10 November 2010
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.