Skip to content

Transactions #448

Answered by adelsz
technic asked this question in Q&A
May 21, 2022 · 1 comments · 1 reply
Discussion options

You must be logged in to vote

Transactions can be run as usual in node-postgres:

await client.query('BEGIN')
const books = await findBookById.run({ bookId: 42 }, client);
await client.query('COMMIT')

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@technic
Comment options

Answer selected by adelsz
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