ODB

From Code Synthesis Wiki

(Difference between revisions)
Jump to: navigation, search
Revision as of 14:32, 11 July 2011
Boris (Talk | contribs)
(Add link to instructions on using ODB with Eclipse)
← Previous diff
Revision as of 10:11, 19 July 2011
Boris (Talk | contribs)
(Add links to BoostCon 2011 presentations)
Next diff →
Line 2: Line 2:
== Wiki Resources == == Wiki Resources ==
- 
* [[Using ODB with Eclipse CDT]] * [[Using ODB with Eclipse CDT]]
* [[Using ODB with Netbeans]] * [[Using ODB with Netbeans]]
 +
 +== External Resources ==
 +* [http://blip.tv/boostcon/object-relational-mapping-with-odb-and-boost-5364825 "Object-Relational Mapping with ODB and Boost" talk video], BoostCon 2011 ([http://blip.tv/file/get/Boostcon-ObjectrelationalMappingWithODBAndBoost586.mp4 direct link to .mp4 file])
 +* [https://github.com/boostcon/2011_presentations/raw/master/thu/orm_with_odb_and_boost.pdf "Object-Relational Mapping with ODB and Boost" talk slides], BoostCon 2011
== 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 10:11, 19 July 2011

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.

Wiki Resources

External Resources

Official Resources

Personal tools