package
0.0.0-20240529072619-dd0ea4f38fb1
Repository: https://github.com/beeemt/go-atomic.git
Documentation: pkg.go.dev

# Packages

Package crdb implements [generic.Executer] for cockroachdb.
Package gorm provides a way to integrate multiple different versions of gorm / potentially other databases go-atomic if they implement the GormlikeDB interface.
Package sql implements [generic.Executer] for the stdlib sql db.
Package sqlx implements [generic.Executer] for the sqlx databases.

# Functions

NewTransacter creates a new Transacter.
WithBackOffDelays sets the backoffs to use on retry.
WithBackOffRetry sets the retry function which manages automatic retries on errors.

# Structs

No description provided by the author
No description provided by the author

# Interfaces

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Type aliases

No description provided by the author