From 5a14aa4978cca949f3d07561ba35f8fd3af76ab2 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Tue, 1 Mar 2011 11:56:33 +0200 Subject: Add support for embedded database schemas New options: --schema-format, --default-schema. New example: schema/embedded. --- README | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) (limited to 'README') 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. -- cgit v1.1