Execute a SQL statement from a file that takes many Variant parameters and returns a single row
type to map columns to
path to SQL file
many ordered Variant parameters
new instance of T with fields mapped to columns
auto model = database.single!(Model, "queries/statement.sql")(variantArray("value one", "value two"));
See Implementation
Execute a SQL statement from a file that takes many Variant parameters and returns a single row