Categorygithub.com/acoshift/mysql
modulepackage
0.0.0-20230126042928-3cb96c08c2cb
Repository: https://github.com/acoshift/mysql.git
Documentation: pkg.go.dev

# README

mysql

Coverage Status Go Report Card GoDoc

mysql is the helper functions for MySQL/MariaDB

# Packages

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

# Functions

No description provided by the author
No description provided by the author
JSON wraps value with scanner and valuer.
NullString scans null into empty string.
NullTime likes Time but wrap time.Time with scanner.
RunInTx runs fn inside retryable transaction.
RunInTxContext runs fn inside retryable transaction with context.

# Variables

ErrAbortTx rollbacks transaction and return nil error.

# Structs

Time is the time.Time but can scan null into empty.
TxOptions is the transaction options.

# Interfaces

BeginTxer type.
QueryContext interface.

# Type aliases

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