Skip to content

Is there support for transactions? #334

Answered by RobertCraigie
felinto-dev asked this question in Q&A
Discussion options

You must be logged in to vote

Sounds like query batching or create_many would be the solution for you.

The limitation with query batching is that the records are sent all at once which means you can't create one record then create another record that relies on the first one for example. In this case you would need interactive transactions which are not supported yet but are being worked on #53.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@felinto-dev
Comment options

Answer selected by felinto-dev
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants