db

package
v1.0.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 9, 2025 License: GPL-3.0 Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func GetDbConnectionString

func GetDbConnectionString(dbConfig PostgresDbConfig) string

func NewPostgresStorage

func NewPostgresStorage(dbConfig PostgresDbConfig) (*pgxpool.Pool, error)

Types

type PostgresDbConfig

type PostgresDbConfig struct {
	DbHost     string
	DbPort     string
	DbName     string
	DbUser     string
	DbPassword string
	DbSslMode  string
	DbUrl      string

	DbMaxConnections int
	DbMinConnections int
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL