Pudu programming language
Menu
API reference

Std.Db.Driver.Tx

1 declaration

type

Tx

This declaration introduces a public type.

What it does

One connection, held for the length of a transaction.

Separate from Client because that is the whole difference: a client's

query reaches for whatever connection is free, and two of them in a row

need not be the same one. Everything asked of a Tx goes to the connection

the transaction is running on.

Read the signature

  • This declaration has no value signature because it introduces a type or trait.

Back to Std.Db.DriverSearch related declarations