Execute a SQL statment from a file that returns a single row
type to map columns to
path to SQL file
new instance of T with fields mapped to columns
audo model = database.single!(Model, "queries/statement.sql")();
See Implementation
Execute a SQL statment from a file that returns a single row