package
0.0.0-20241211160604-a70b019e050a
Repository: https://github.com/maxzhirnov/go-task-manager.git
Documentation: pkg.go.dev

# Functions

ConnectWithRetry attempts to establish a database connection with retry mechanism.
InitDB initializes a database connection using configuration from the environment.
InitTestDB initializes a database connection for testing purposes.

# Structs

DBConfig holds the configuration parameters for database connection.

# Interfaces

DB interface defines the required database operations.