package
0.0.0-20200604044442-eb224a2c6104
Repository: https://github.com/demitroi/query-builders.git
Documentation: pkg.go.dev
# Functions
ForEachFilter reflects the struct an executes fn.
OpenConnection opens the connection pool.
# Structs
ConnectionConfig is the parameters to open connection pool.
FilterPerson filters the results of select statement.
Person represents a customer model.
# Interfaces
Filter represents the methods that must be implemented by any filter.
PersonMethods represents the person's methods that must be implemented.
QueryBuilder represents the methods that must be implemented.
# Type aliases
ForEachFunc is the function that executes the query builder.