neondatabase / serverless

Connect to Neon PostgreSQL from serverless/worker/edge functions
https://www.npmjs.com/package/@neondatabase/serverless
MIT License
321 stars 13 forks source link

Cloudflare Worker Transaction Support #9

Closed cayter closed 1 year ago

cayter commented 1 year ago

Is there any documentation around how transaction support looks like with this library or it'd just work as documented in node-postgres documentation? Thanks.

jawj commented 1 year ago

Yup, it's node-postgres under the hood, so transactions should work exactly as normal.

cayter commented 1 year ago

Sorry, I totally forgot to close the issue. Thanks for closing it.