batch writes possible? #7636
-
Hello Team & Community, Couldn't find this in the documentation. For example, could we:
The goal is to fail all transactions if one or more transaction fails. |
Beta Was this translation helpful? Give feedback.
Answered by
GaryAustin1
Jul 9, 2022
Replies: 1 comment 2 replies
-
You would have to pass in all data to an rpc function and make your inserts. The entire function is treated as a transaction so will roll back if any insert fails. |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
zidkim
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You would have to pass in all data to an rpc function and make your inserts. The entire function is treated as a transaction so will roll back if any insert fails.