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 | 62453ddd784760400a07ceba3594e4f4d9dc98ac (patch) | |
tree | d64715a6d477a96d5d5f9adc6dbd100c2ebeb880 | |
parent | bd24c08a38e78f4c80d1d82b4afed227cbceccb3 (diff) |
Update README file
-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/ |