Std.Db.Driver.Tx
1 declaration
type
TxThis 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.
