type to map columns to
SQL statement to execute
many ordered Variant parameters
new array of T with the fields for each T mapped to columns
auto models = database.list!(Model)("select * from models where name = ? and description = ?;", variantArray("value one", "value two"));
Execute a SQL statement that takes many Variant parameters and returns many rows