Execute a SQL statement that takes a Variant parameter and returns a single row
type to map columns to
SQL statement to execute
single Variant parameter
new instance of T with fields mapped to columns
auto model = database.single!(Model)("select * from models where id = ?;", Variant(4));
See Implementation
Execute a SQL statement that takes a Variant parameter and returns a single row