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
commitca9133bd45c2b0bca5c54abb9b2375f54e6ee704 (patch)
tree274ea0bacab4fd83e0d065b3ac50eac3781c3ccd /README
parent5cc8dee091861b4947da0195e806ff1a9ba78859 (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 b83c845..a451d56 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/