# 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 postgres database.
QueryFilter allows for select filters.
SSLConf Represent the ssl configuration.
# Interfaces
SQLNamedQueryer is used to do select queries.
SQLPrepareNamed is THE most useful interface as postgres requires two phase to insert, with a prepare stmt.