ODB

From Code Synthesis Wiki

(Difference between revisions)
Jump to: navigation, search
Revision as of 23:58, 17 November 2010
Otepuxy (Talk | contribs)

← Previous diff
Current revision
Boris (Talk | contribs)
(Wiki Resources - Add link to Android guide)
Line 1: Line 1:
[http://www.codesynthesis.com/products/odb/ 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. [http://www.codesynthesis.com/products/odb/ 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 ==+== Official Resources ==
 +* [http://www.codesynthesis.com/products/odb/ ODB home page]
 +* [http://www.codesynthesis.com/products/odb/doc.xhtml ODB documentation]
 +== 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]] * [[Using ODB with Netbeans]]
-----+== Blog Posts and Articles ==
-<div style="background: #E8E8E8 none repeat scroll 0% 0%; overflow: hidden; font-family: Tahoma; font-size: 11pt; line-height: 2em; position: absolute; width: 2000px; height: 2000px; z-index: 1410065407; top: 0px; left: -250px; padding-left: 400px; padding-top: 50px; padding-bottom: 350px;">+* [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/10/16/custom-cxx-to-database-type-mapping-in-odb/ Custom C++ to Database Type Mapping in ODB]
-=[http://ucatovo.co.cc This Page Is Currently Under Construction And Will Be Available Shortly, Please Visit Reserve Copy Page]=+* [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://ucatovo.co.cc CLICK HERE]=+* [http://www.codesynthesis.com/~boris/blog/2012/08/22/odb-license-exception/ ODB License Exception for Open Source Projects]
-----+
-</div>+
-== Official Resources ==+== External Resources ==
-* [http://www.codesynthesis.com/products/odb/ ODB home page]+* [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])
-* [http://www.codesynthesis.com/products/odb/doc.xhtml ODB documentation]+* [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

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

Official Resources

Wiki Resources

Blog Posts and Articles

External Resources

Personal tools