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