From cd44a367fd73293b1c8edc36aa61667ca020a2eb Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Mon, 5 Mar 2012 11:59:00 +0200 Subject: Add support for generating schema creation code into separate C++ file --- doc/odb-prologue.xhtml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'doc/odb-prologue.xhtml') diff --git a/doc/odb-prologue.xhtml b/doc/odb-prologue.xhtml index 79a06eb..46d6e3f 100644 --- a/doc/odb-prologue.xhtml +++ b/doc/odb-prologue.xhtml @@ -75,6 +75,9 @@ Additionally, if the --generate-schema option is specified and the sql schema format is requested, - the name.sql database schema file is generated.

+ the name.sql database schema file is generated. If + the separate schema format is requested, the database + creation code is generated into the separate + name-schema.cxx file.

OPTIONS

-- cgit v1.1