feathers icon indicating copy to clipboard operation
feathers copied to clipboard

[feathers-dove] - How to perform transactions?

Open csotiriou opened this issue 2 years ago • 1 comments

I'm just beginning with Feathers 5.x pre-release using Postgres, and although I can find support for transactions inside the feathersjs code (inside the knex/hooks.ts file), it's not clear to me from the documentation how I can approach this as an end user.

I couldn't find anything in the documentation either. Is there an example somewhere?

Thank you for your hard work on this!

csotiriou avatar Aug 10 '22 08:08 csotiriou

@csotiriou did you read this documentation? https://github.com/feathersjs-ecosystem/feathers-knex#transaction-support

marshallswain avatar Aug 30 '22 15:08 marshallswain

This is now documented in https://feathersjs.com/api/databases/knex.html#transactions

daffl avatar Jan 28 '23 05:01 daffl