package
0.0.0-20210715084030-a050769a448b
Repository: https://github.com/belak/toolkit.git
Documentation: pkg.go.dev

# Functions

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Variables

No description provided by the author

# Structs

No description provided by the author

# Interfaces

Conn is a stripped down convenience wrapper around sqlx (which is, in-turn, a wrapper around database/sql) meant to make DB access more convenient and easier to fall into the pit of success.
Querier is the common interface between a DB and a Tx.
Tx is a Querier representing a transaction rather than a connection.