Std.Db.Repository.Mapper
1 declaration
type
MapperThis declaration introduces a public type.
What it does
How a row becomes a value.
A pure function of a result and a row number, so a program's mapping is
checked by building a result and comparing values. Mapping is where the
errors are, and a database is the slowest way to find them.
Read the signature
- This declaration has no value signature because it introduces a type or trait.
