From d0f8d15c414ba48bb1015c01db8f37a32fa1acbd Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Sat, 7 Feb 2015 15:45:19 +0200 Subject: Add feature: Schema to C++ classes --- feature/list | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'feature/list') diff --git a/feature/list b/feature/list index 18ae045..33226a4 100644 --- a/feature/list +++ b/feature/list @@ -1,3 +1,15 @@ +- Schema to C++ classes + + http://codesynthesis.com/pipermail/odb-users/2014-January/001769.html + + What if instead of all these mappings, customizations, etc., we + just provide a template (or a plugin) and let the user write/customize + some C++ code to produce a mapping that they want? + + Another idea: define database schema tables as persistent classes? + What if the generator is basically an ODB-based application that + the user is expected to customize? + - ON UPDATE clause in generated schema Would be nice to be able to specify this similar to on_delete. -- cgit v1.1