Std.Db.Store.Stored
1 declaration
type
StoredThis declaration introduces a public type.
What it does
How a kind of value is kept.
Both directions are stated and neither is derived: a row becomes a value by
a function somebody wrote, and a value becomes a row the same way. Nothing
reads a shape to guess a column, so renaming a field is not a silent change
to a schema, and the mapping is checked by comparing values with no
database present.
Read the signature
- This declaration has no value signature because it introduces a type or trait.
