package
1.0.1
Repository: https://github.com/induzo/gostorage.git
Documentation: pkg.go.dev

# Functions

NewConnPool connects to db and return a connection pool.

# Variables

ErrSQLNotFound happens when no rows were found.

# Structs

Config is a conf for the mysql database.
QueryFilter allows for select filters.

# Interfaces

SQLNamedExecuter is an interface used for CUD.
SQLNamedQueryer is used to do select queries.