Subject: Re: [boost] sqlpp11: SQL for C++
From: Roland Bock (rbock_at_[hidden])
Date: 2013-11-12 08:17:08


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
>
> http://springfuse.com
>
> 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