Is there a select method by Primary Key, where you...
# exposed
c
Is there a select method by Primary Key, where you know that only one row will be returned?
c
.single() ?
👍 1
c
thanks! going with .singleOrNull()