Execute a SQL statement that returns a single row
type to map columns to
SQL statement to execute
new instance of T with fields mapped to columns
audo model = database.single!(Model)("select * from models limit 1;");
See Implementation
Execute a SQL statement that returns a single row