std.database

Jacob Carlborg via Digitalmars-d digitalmars-d at puremagic.com
Wed May 27 23:46:39 PDT 2015


On 2015-05-28 06:57, Robert burner Schadek wrote:

> struct Table;
>
> Table a, b, c;
>
> con.insert!Table(a);
> ...
>
> if you use CTFE to create the statement string there is no reason to
> reuse it.
> it will be string literal, that's even better! Think Big. Think D
>
> the other code is Java not D

It still needs to be possible to execute raw SQL.

-- 
/Jacob Carlborg


More information about the Digitalmars-d mailing list