package
0.0.0-20180704120643-39cffea1dab6
Repository: https://github.com/gosoon/go-utils.git
Documentation: pkg.go.dev
# Packages
No description provided by the author
# Functions
DeleteRows is a util function to delete rows from a table.
InsertRows is a util function to insert some rows into a table.
New will create a mysql-backend client.
SelectRows is a util function to select some rows from a table.
TransactionHandler is a wrapper function for mysql transcations.
UpdateRows is a util function to update rows values in a table.
WithExtra set extra sql statements.
WithMaxConnsCount set max conns count for MySQL Client.
WithMaxIdleConnsCount set max idle conns count for MySQL Client.
# Constants
Fields for mysql tables.
Fields for mysql tables.
Fields for mysql tables.
Fields for mysql tables.
Fields for mysql tables.
Fields for mysql tables.
Fields for mysql tables.
Fields for mysql tables.
Fields for mysql tables.
# Interfaces
Value of a msyql column.