add a `MustGetAsync` method
Closed this issue · 0 comments
adamfoneil commented
The current GetAsync
method returns T?
. I always need to add a null check or throw after it.
Let's have a method that returns T
and throws if row not found.
Closed this issue · 0 comments
The current GetAsync
method returns T?
. I always need to add a null check or throw after it.
Let's have a method that returns T
and throws if row not found.