Proposal: Database Engine for D

Jacob Carlborg via Digitalmars-d digitalmars-d at puremagic.com
Sun Jan 3 23:52:06 PST 2016


On 2016-01-04 01:50, Andrei Alexandrescu wrote:

> Binding D variables to SQL expressions also comes to mind. -- Andrei

You have also been pushing a lot for ranges, which I think is good. I 
would much rather like to view a table as a range, but the algorithms 
would be preform in the database instead of in the application code. 
Something like:

Person.filter!(e => e.name == "John")

-- 
/Jacob Carlborg


More information about the Digitalmars-d mailing list