UnwrapTx gets a driver transaction from an executor. This is currently only needed for test transaction helpers. API is not stable. DO NOT USE.
(execTx ExecutorTx)
| 172 | // |
| 173 | // API is not stable. DO NOT USE. |
| 174 | UnwrapTx(execTx ExecutorTx) TTx |
| 175 | } |
| 176 | |
| 177 | // Executor provides River operations against a database. It may be a database |
no outgoing calls