//
pkg.gl
Category
github.com/induzo/gostorage
mysql
package
1.0.1
Repository:
https://github.com/induzo/gostorage.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
6
Dependents
0
Files
58 SLOC
#
Functions
NewConnPool
NewConnPool connects to db and return a connection pool.
#
Variables
ErrSQLNotFound
ErrSQLNotFound happens when no rows were found.
#
Structs
Config
Config is a conf for the mysql database.
QueryFilter
QueryFilter allows for select filters.
#
Interfaces
SQLNamedExecuter
SQLNamedExecuter is an interface used for CUD.
SQLNamedQueryer
SQLNamedQueryer is used to do select queries.