Skip to content

How to perform transactions in case of postgres? #58

Answered by matt-42
shivshankardayal asked this question in Q&A
Discussion options

You must be logged in to vote

Hi @shivshankardayal ,

Here is one example of transactions:

connection("START TRANSACTION;");
// [... your requests... ]
connection("COMMIT;");

Thanks for the feedback, I'll add an example in the doc.

Don't hesitate if you have other questions

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by matt-42
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