Categorygithub.com/semeqetjsakatayza/go-mysql-errors
modulepackage
0.0.4
Repository: https://github.com/semeqetjsakatayza/go-mysql-errors.git
Documentation: pkg.go.dev

# Functions

IsDuplicatedColumnError check if given `err` is MySQL duplicated column name error.
IsDuplicatedEntryError check if given `err` is MySQL duplicated entry error.
IsTableNotExistError check if given `err` is MySQL table not exist error.
IsUnknownColumnError check if given `err` is MySQL unknown column error.
IsUnknownTableError check if given `err` is MySQL unknown table error.