# Packages
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Functions
Connect connects to the database using the mytoken config.
ConnectConfig connects to the database using the passed config.
NewNullString creates a new NullString from the given string.
NewNullTime creates a new sql.NullTime from the given time.Time.
ParseError parses the passed error for a sql.ErrNoRows.
RunWithinTransaction runs the passed function using the passed transaction; if nil is passed as tx a new transaction is created.
Transact does a database transaction for the passed function.
# Structs
NullString extends the sql.NullString.
# Type aliases
BitBool is an implementation of a bool for the MySQL type BIT(1).