mysql

package
v0.5.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 20, 2025 License: MIT Imports: 3 Imported by: 0

Documentation

Overview

Package mysql provides helpers for working with the MySQL database using the github.com/go-sql-driver/mysql driver. Should be imported explicitly. To register mysql as retryable func use side effect import like so:

import _ "github.com/acronis/go-dbkit/mysql"

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func CheckMySQLError

func CheckMySQLError(err error, errCode ErrCode) bool

CheckMySQLError checks if the passed error relates to MySQL, and it's internal code matches the one from the argument.

Types

type ErrCode added in v0.3.0

type ErrCode uint16

ErrCode defines the type for MySQL error codes.

const (
	ErrCodeDupEntry ErrCode = 1062
	ErrDeadlock     ErrCode = 1213
	ErrLockTimedOut ErrCode = 1205
)

MySQL error codes (will be filled gradually).

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL