From 1915dd49783d2cb2847b8c92a9ea1a30d79e24ee Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Tue, 28 Sep 2010 18:44:47 +0200 Subject: Update README file --- README | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'README') 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 -- cgit v1.1