Y
Hacker News
new
|
ask
|
show
|
jobs
by
alde
979 days ago
Glad you are liking pgTyped. Transactions are supported as pgTyped is just a thin wrapper around node-postgres:
https://github.com/adelsz/pgtyped/discussions/448
1 comments
xctr94
975 days ago
Ah, I meant having a single transaction in a SQL file, as that’s how we’re using it. So having multiple queries with a BEGIN and COMMIT wrapping them.
link