diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2010-09-28 18:44:47 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2010-09-28 18:44:47 +0200 |
commit | 1915dd49783d2cb2847b8c92a9ea1a30d79e24ee (patch) | |
tree | 7066bf0a6af58043de9c4e1c6314499d8b954a7f | |
parent | 989ce92a24c3161121d9fcdd110790109444df9b (diff) |
Update README file
-rw-r--r-- | README | 12 |
1 files changed, 6 insertions, 6 deletions
@@ -1,14 +1,14 @@ -ODB is an object-relational mapping (ORM) system for C++. - -@@ - +ODB is an object-relational mapping (ORM) system for C++. It provides +tools, APIs, and library support that allow you to persist C++ objects +to a relational database (RDBMS) without having to deal with tables, +columns, or SQL and without manually writing any of the mapping code. For more information see: http://www.codesynthesis.com/products/odb/ This package contains the ODB examples. The following list gives an -overview of each example. See the README file accompanying each example -for more information. +overview of the available examples. See the README file accompanying +each example for more information. hello A "Hello World" example that shows how to use ODB to perform basic |