# 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 unmarshalled into a slice.
NamedQueryStruct is a helper function for executing queries that return a single value to be unmarshalled into a struct type.
No description provided by the author