cockroachdb / cockroachdb/cockroach-go
Need variants of ExecuteInTx and ExecuteTx that take a `fn(context.Context, ...)` as arg
Open
- Dominant language
- Go
- Stars
- 169
- Forks
- 78
- PR merge metrics
- No merged PRs in 30d
Description
The ExecuteTx and ExecuteInTx APIs take a function callback that only takes either no argument or a tx object.
We want to pass a callback instead that takes the context as argument.
cc @rafiss
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.