Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ExtFull ¶
type ExtFull struct { sqlx.Execer sqlx.ExecerContext sqlx.Queryer sqlx.QueryerContext // contains filtered or unexported fields }
ExtFull is the interface that abstracts all the querying and executing functions of the sqlx package. It is satisfied by the sqlx.DB type.
func NewExtFull ¶
func NewExtFull(l cslog.Logger, p *ExtFullParams) *ExtFull
NewExtFull returns an implementation of ExtFull that uses postgres
WARNING: GetExtFull blocks until a successful connection to the database is achieved This may result in a permanent block if the application cannot connect regardless of number of attempts
Click to show internal directories.
Click to hide internal directories.