diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2010-09-23 13:37:38 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2010-09-23 13:37:38 +0200 |
commit | 1c6d5d4b6aea06554d6d3342262b8d551bf816fd (patch) | |
tree | 217b44c01466eefda361987781faba6b19ed109b /README | |
parent | 01c9e7c9cc51ad1795de6c556d196d46b931402b (diff) |
README files for the examples
Diffstat (limited to 'README')
-rw-r--r-- | README | 16 |
1 files changed, 15 insertions, 1 deletions
@@ -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. |