# Packages
Package mocks is a generated GoMock package.
No description provided by the author
No description provided by the author
# Interfaces
Client is a client for working with the database.
DB is an interface for working with the database.
NamedExecutor is an interface for working with named queries using tags in structures.
Pinger is an interface for checking the connection to the database.
QueryExecutor is an interface for working with regular queries.
SQLExecutor combines NamedExecutor and QueryExecutor.
Transactor is an interface for working with transactions.
TxManager is a transaction manager that executes the handler specified by the user in a transaction.
# Type aliases
Handler is a function that is executed in a transaction.