ODB
From Code Synthesis Wiki
(Difference between revisions)
Revision as of 23:58, 17 November 2010 Otepuxy (Talk | contribs) ← Previous diff |
Revision as of 05:49, 18 November 2010 Admin (Talk | contribs) (Reverted edits by Otepuxy (Talk); changed back to last version by Boris) Next diff → |
||
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 == | + | == Wiki Resources == |
* [[Using ODB with Netbeans]] | * [[Using ODB with Netbeans]] | ||
- | |||
- | ---- | ||
- | <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://ucatovo.co.cc This Page Is Currently Under Construction And Will Be Available Shortly, Please Visit Reserve Copy Page]= | ||
- | ---- | ||
- | =[http://ucatovo.co.cc CLICK HERE]= | ||
- | ---- | ||
- | </div> | ||
== 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 05:49, 18 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.