Versions in this module Expand all Collapse all v1 v1.4.4 May 19, 2025 Changes in this version + var ErrRetriesExceeded = errors.New("db tx retries exceeded") + func Init(maxConnections int) + func IsSerializationError(err error) bool + func MapSQLError(err error) error + func UseLogger(logger btclog.Logger) + type ErrSQLUniqueConstraintViolation struct + DBError error + func (e ErrSQLUniqueConstraintViolation) Error() string + type ErrSerializationError struct + DBError error + func (e ErrSerializationError) Error() string + func (e ErrSerializationError) Unwrap() error