aboutsummaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2010-09-28 18:44:47 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2010-09-28 18:44:47 +0200
commitc1690335f939a400864f8fe705aa49bf9121b7ef (patch)
tree39b788908317707e4d6334856ca376637928ceee /README
parentbb0d3f84ecbe7bf93315c9b251b8d49ac4ea47d9 (diff)
Update README file
Diffstat (limited to 'README')
-rw-r--r--README8
1 files changed, 4 insertions, 4 deletions
diff --git a/README b/README
index 114d3cb..90078e5 100644
--- a/README
+++ b/README
@@ -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/