Join Slack
Powered by
Is there a select method by Primary Key, where you...
# exposed
c
codec
05/09/2020, 1:17 AM
Is there a select method by Primary Key, where you know that only one row will be returned?
c
crummy
05/09/2020, 3:15 AM
.single() ?
👍 1
c
codec
05/09/2020, 4:18 AM
thanks! going with .singleOrNull()
Open in Slack
Previous
Next