62 comments (62 comments)20 reactions (20 reactions)0 assignees (0 assignees)Go19,008 forks (19,008 forks)batch import
FeatureRequestProposalProposal-Acceptedhelp wanted
Repository metrics
- Stars
- 133,883 stars (133,883 stars)
- PR merge metrics
- No merged PRs in 30d (No merged PRs in 30d)
Description
This issue does not include a description.
Contributor guide
- Research direction
- Research the current database/sql package implementation to understand how transactions are handled. Look into savepoint support in SQL databases like PostgreSQL and MySQL. Consider a proposal to add a method like BeginTx with options for nested transactions. Also review past discussions in this issue for context.
- Tech stack
- go
- Domain
- backend
- Issue type
- Feature
- Prerequisites
- Godatabase concepts