Proposal: Database Engine for D

jmh530 via Digitalmars-d digitalmars-d at puremagic.com
Thu Jan 7 13:51:10 PST 2016


On Tuesday, 5 January 2016 at 22:12:05 UTC, Mengu wrote:
>
> guys, what we need is a DB abstraction supporting PostgreSQL, 
> MySQL and other major database systems and we need it 
> yesterday. let's not make things more complex than they are and 
> build up this thing.
>

I'm personally a fan of dplyr using R. bachmeier is apparently 
working on a way to embed R in D. Might be an option if you need 
it yesterday.

An example I saw above of

people.filter!(x => x.surname == "Slughorn");

looked a lot like a D version of dplyr's filter function.


More information about the Digitalmars-d mailing list