package
0.0.0-20220504154335-8401909630eb
Repository: https://github.com/kevguy/algosearch.git
Documentation: pkg.go.dev
# Functions
NamedExecContext is a helper function to execute a CUD operation with logging and tracing.
NamedQuerySlice is a helper function for executing queries that return a collection of data to be unmarshaled into a slice.
NamedQueryStruct is a helper function for executing queries that return a single value to be unmarshalled into a struct type.
Open knows how to open a database connection based on the configuration.
StatusCheck returns nil if it can successfully talk to the database.
WithinTran runs passed function and do commit/rollback at the end.
# Variables
Set of error variables for CRUD operations.
Set of error variables for CRUD operations.
# Interfaces
Transactor interface needed to begin transaction.