storage

package
v0.0.0-...-05d7cce Latest Latest
Warning

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

Go to latest
Published: May 1, 2024 License: Apache-2.0 Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	Postgres stringProtocol = "postgres"
)

Functions

func NewDSN

func NewDSN(p protocol, endpoint string, username, password string, dbName string, options *DsnConfig) (string, error)

Types

type DsnConfig

type DsnConfig struct {
	ConnectionTimeout int    `url:"connect_timeout"` // in second
	TimeZone          string `url:"timezone"`
}

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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