package
0.0.0-20231116081957-bc579e3d8a7d
Repository: https://github.com/kripsy/gophkeeper.git
Documentation: pkg.go.dev

# Functions

InitNewRepository initializes a new repository with the given database connection string.
NewMinioRepository initializes a new minioRepository instance.
NewUserRepository creates a new instance of the userRepository.
RunMigrations applies database migrations using embedded SQL files.

# Constants

Maximum lifetime of a connection.
Maximum number of idle connections in the pool.
Maximum number of open connections to the database.

# Interfaces

Repository interface defines the standard contract for database operations.