Documentation
¶
Overview ¶
Package dbutil provides utilities for managing connections to a SQL database.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Option ¶
type Option func(*dbConfig)
Option provides optional configuration for managing DB connections.
func WithCensusDriver ¶
func WithCensusDriver() Option
func WithCensusTraceOptions ¶
func WithCensusTraceOptions(opts ...ocsql.TraceOption) Option
func WithMaxAttempts ¶
WithMaxAttempts configures the number of maximum attempts to make
Click to show internal directories.
Click to hide internal directories.