package
0.0.0-20191031033521-76fb0fb59a8c
Repository: https://github.com/jayden-max/sql-wrapper.git
Documentation: pkg.go.dev

# Functions

Init TracerWrapper with default ignoreSelectColumnsOption.
Init pure TracerWrapper with set options.
Init TracerWrapper with default ignoreSelectColumnsOption.
Init pure TracerWrapper with set options.
No description provided by the author

# Variables

IgnoreSelectColumnsOption enable the ignore select columns option, Ex: "SELECT A,B FROM C WHERE D = ?" will be "SELECT ..
RawQueryOption is the raw query option.

# Structs

No description provided by the author

# Interfaces

TracerOption define the wrapper's option.
define the database operation.

# Type aliases

define the exec func with context.
define the query func with context.