aboutsummaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2010-11-30 18:13:45 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2010-11-30 18:13:45 +0200
commitfe69aa1a2b29e577b86026f7bb56a19f5b3bdfef (patch)
treeb2318cae2cabd5cd534fe351d850049e36bfa38d /README
parentb498f6525ac1953b5ef4fdf3f027138c00c1ea19 (diff)
Add container example
Diffstat (limited to 'README')
-rw-r--r--README3
1 files changed, 3 insertions, 0 deletions
diff --git a/README b/README
index 9d7e2fa..139d31e 100644
--- a/README
+++ b/README
@@ -18,6 +18,9 @@ query
Shows how to use the ODB Query Language to search the database for
persistent objects matching certain criteria.
+container
+ Shows how to use containers as data members in persistent objects.
+
mapping
Shows how to customize the mapping between C++ value types and database
types.