Postgres insert returning expecting zero arguments
I'm trying to specify columns to return during a Postgres insert using the Neon serverless driver. But
.returning()
is telling me it doesn't accept any arguments. However the docs show it's possible to specify an object?

1 Reply
What version are you using and how does your table schema look like?