Execute a SQL statement from a file that returns multiple rows
type to map columns to
path to SQL file Returns new array of T with the fields for each T mapped to columns
auto models = database.list!(Model, "queries/statement.sql")();
See Implementation
Execute a SQL statement from a file that returns multiple rows