Regal: An SQL relational algebra builder

Jacob Carlborg via Digitalmars-d-announce digitalmars-d-announce at puremagic.com
Mon May 19 11:37:12 PDT 2014


On 2014-05-19 16:45, Dylan Knutson wrote:

> I've played around with making things structs a bit more, and have
> modified regal to have Table and Sql be structs (by having Sql and the
> generic Node class wrapped in a tagged union). Making Table a struct was
> just a matter of putting some common methods in a template mixin, and
> mixin'ing that where appropriate.
>
> New version is at ~master on github and code.dlang.org

Cool.

-- 
/Jacob Carlborg


More information about the Digitalmars-d-announce mailing list