Re: [boost] sqlpp11: SQL for C++

From: Bjorn Reese
On 11/09/2013 11:03 PM, Roland Bock wrote:
* define types representing tables and columns,
There seems to be room for improvement here. You should consider an integration with Boost.Fusion. This way you can avoid having to build a code generator.
Hmm. If you want a second opinion, these guys http://springfuse.com are building a code generator. -- Brian Ebenezer Enterprises - So far G-d has helped us. http://webEbenezer.net

On 2013-11-11 23:16, Brian Wood wrote:
From: Bjorn Reese
On 11/09/2013 11:03 PM, Roland Bock wrote:
* define types representing tables and columns, There seems to be room for improvement here. You should consider an integration with Boost.Fusion. This way you can avoid having to build a code generator. Hmm. If you want a second opinion, these guys
are building a code generator.
I think the basic idea of using Boost.Fusion or Boost.PreProcessor is to have inline code generation. For external code generation there certainly is a wide range of options available, springfuse might be one of them (haven't tried it yet). Regards, Roland
participants (2)
-
Brian Wood
-
Roland Bock