From 1c6d5d4b6aea06554d6d3342262b8d551bf816fd Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Thu, 23 Sep 2010 13:37:38 +0200 Subject: README files for the examples --- README | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) (limited to 'README') 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. -- cgit v1.1