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?
No description
No description
1 Reply
François
François3d ago
What version are you using and how does your table schema look like?

Did you find this page helpful?