aboutsummaryrefslogtreecommitdiff
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
commit1915dd49783d2cb2847b8c92a9ea1a30d79e24ee (patch)
tree7066bf0a6af58043de9c4e1c6314499d8b954a7f
parent989ce92a24c3161121d9fcdd110790109444df9b (diff)
Update README file
-rw-r--r--README12
1 files changed, 6 insertions, 6 deletions
diff --git a/README b/README
index b2983d8..9d7e2fa 100644
--- a/README
+++ b/README
@@ -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