Join Slack
Powered by
I know there's `andThen()` , but would that transl...
# komapper
d
dave08
12/08/2022, 12:21 PM
I know there's
andThen()
, but would that translate to a
RETURN
in postgres, or make a seperate request?
t
Toshihiro Nakamura
12/08/2022, 2:45 PM
andThen()
makes a separate request. It does not translate to
RETURN
.
7
Views
Open in Slack
Previous
Next