Results for “Std.Db.Row.optional”
1 matching declarations
Use module:Std.List, kind:fn, or is:exact. Put a Pudu type after ::.
- Std.Db.Row.optional
&Std.Db.Driver.Rows -> fn(Std.Db.Driver.Rows, Int) -> Result[T, Std.Db.Row.RowError] -> Result[Option[T], Std.Db.Row.RowError]The one row a query answered, or nothing. Several rows is an error.
