[WIP] Native SQLite Database reader (works at CTFE)

Chris Wright via Digitalmars-d digitalmars-d at puremagic.com
Sun Feb 21 10:08:30 PST 2016


On Sun, 21 Feb 2016 16:05:49 +0000, Stefan Koch wrote:

> just a small update on the API It could look something like this
> 
> auto results = table.select("name","surname").where!("age","sex",
> (age, sex) => sex.as!Sex == Sex.female, age.as!uint < 40));

That means never using an index.


More information about the Digitalmars-d mailing list