027 db transaction pattern

✓ Passing This code compiles and runs correctly.

Code

input.kz

Actual

Connecting to: postgres://localhost/test
Query: SELECT * FROM users
Committing transaction
Disconnecting

Expected output

Connecting to: postgres://localhost/test
Query: SELECT * FROM users
Committing transaction
Disconnecting

Flows

flow ~connect click a branch to expand · @labels scroll to their anchor
connect (url: "postgres://localhost/test")

Imported Files

db.kz

Test Configuration

MUST_RUN