Proposal: Database Engine for D

Chris Wright via Digitalmars-d digitalmars-d at puremagic.com
Mon Jan 4 20:19:01 PST 2016


On Mon, 04 Jan 2016 16:59:47 +0000, Piotrek wrote:
> SQL is no magic.

True. You could equivalently have a string containing valid D code, 
accompanied by CTFE parsers that will determine which indices to use. 
This has typically been considered an antipattern. It tends to work 
poorly with refactoring tools, for instance, and there's an assumption 
that string literals are data and not code.

C#'s system of lambda expressions that you can access as expression trees 
keeps the benefits of writing everything in the same language.


More information about the Digitalmars-d mailing list