aboutsummaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2010-09-23 13:37:38 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2010-09-23 13:37:38 +0200
commit1c6d5d4b6aea06554d6d3342262b8d551bf816fd (patch)
tree217b44c01466eefda361987781faba6b19ed109b /README
parent01c9e7c9cc51ad1795de6c556d196d46b931402b (diff)
README files for the examples
Diffstat (limited to 'README')
-rw-r--r--README16
1 files changed, 15 insertions, 1 deletions
diff --git a/README b/README
index 78f0ca9..ae9cd35 100644
--- a/README
+++ b/README
@@ -6,7 +6,21 @@ For more information see:
http://www.codesynthesis.com/products/odb/
-This package contains the ODB examples.
+This package contains the ODB examples. The following list gives an
+overview of each example. See the README files in example directories
+for more information on each example.
+
+hello
+ A "Hello World" example that shows how to use ODB to perform basic
+ database operations.
+
+query
+ Shows how to use the ODB Query Language to search the database for
+ persistent objects matching certain criteria.
+
+mapping
+ Shows how to customize the mapping between C++ value types and database
+ types.
See the NEWS file for the user-visible changes from the previous release.