aboutsummaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2011-03-01 11:56:33 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2011-03-01 11:56:33 +0200
commit5a14aa4978cca949f3d07561ba35f8fd3af76ab2 (patch)
tree4c5e54ca7daf83130fd06f16db56b517ea254ce6 /README
parent2ef165437ce47f50110a9b230f302c5cd5fde1d4 (diff)
Add support for embedded database schemas
New options: --schema-format, --default-schema. New example: schema/embedded.
Diffstat (limited to 'README')
-rw-r--r--README10
1 files changed, 7 insertions, 3 deletions
diff --git a/README b/README
index 87c5ff5..6b7fe98 100644
--- a/README
+++ b/README
@@ -6,7 +6,7 @@ For more information see:
http://www.codesynthesis.com/products/odb/
-This package contains the ODB examples. The following list gives an
+This package contains the ODB examples. The following list gives an
overview of the available examples. See the README file accompanying
each example for more information.
@@ -25,7 +25,7 @@ container
Shows how to use containers as data members in persistent objects.
relationship
- Shows how to declare and use unidirectional to-one and to-many
+ Shows how to declare and use unidirectional to-one and to-many
relationships.
inverse
@@ -36,6 +36,10 @@ boost
Shows how to persist objects that use Boost smart pointers, containers,
and value types with the help of the Boost profile library (libodb-boost).
+schema/embedded
+ Shows how to generate and use a database schema that is embedded into the
+ application.
+
schema/custom
Shows how to map persistent C++ classes to a custom database schema.
@@ -49,5 +53,5 @@ See the LICENSE file for distribution conditions.
See the INSTALL file for prerequisites and installation instructions.
-Send questions, bug reports, or any other feedback to the
+Send questions, bug reports, or any other feedback to the
odb-users@codesynthesis.com mailing list.