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 | f302456dbb4ad531251235c550cfc4ba7cad0db7 (patch) | |
tree | 1d902a1790cfc1e03831a95d374e3eb820fa9ca8 /README | |
parent | 473739b257dc50522a514ec5595eb47b94d01d9b (diff) |
Update README file
Diffstat (limited to 'README')
-rw-r--r-- | README | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -1,7 +1,7 @@ -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/ |