On Sat, 29 Oct 2011 17:05:01 -0700, bls wrote:

> Regarding std.database.. Please elaborate/  ATM I just can imagine that
> std.csv will be used for Import/Export.

CSV is tabular data, so it would make sense that you may have a similar 
interface as you would a database.

csv.select("name").where!"a==4"("years")

Or whatever the interface look like.

Reply via email to