Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Handle ¶
Handle has two different entry points, Ent and Sqlc style. They can be mixed and matched as desired.
type Tx ¶
Tx implements a database Handle as well as commit/rollback functions. While the Tx interface itself does not support nested invocations the resulting *ent.Client may attempt to make one. For this purpose ent is supplied with a transaction wrapper that implements nested transactions using sql savepoints.
Click to show internal directories.
Click to hide internal directories.