There was an error while loading. Please reload this page.
Experimental
AlaSQL supports fluent like LINQ interface:
var res = alasql() .Where(function(x){x.Population>1000000}) .OrderBy("Name") .exec(params);
Quick links
AlaSQL wiki frontpage
About AlaSQL
Install AlaSQL
Get started with AlaSQL