Proposal: Database Engine for D

Jacob Carlborg via Digitalmars-d digitalmars-d at puremagic.com
Mon Jan 4 04:39:24 PST 2016


On 2016-01-04 12:14, Sebastiaan Koppe wrote:

> But then you are back to square one with regards to queries.

If you can't use the host language, i.e. Person.where(e => e.name == 
"John");, what's the point of inventing a new DSL? Why not just use SQL 
if the DSL needs to be in a string anyway.

-- 
/Jacob Carlborg


More information about the Digitalmars-d mailing list