I know there's `andThen()` , but would that transl...
# komapper
d
I know there's
andThen()
, but would that translate to a
RETURN
in postgres, or make a seperate request?
t
andThen()
makes a separate request. It does not translate to
RETURN
.