Execute a SQL statment that returns multiple rows
type to map columns to
SQL statement to execute
new array of T with the fields for each T mapped to columns
auto models = database.list!(Model)("select * from models;");
See Implementation
Execute a SQL statment that returns multiple rows