sql

package
v0.1.0 Latest Latest
Warning

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

Go to latest
Published: Mar 13, 2022 License: GPL-3.0 Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func NewPostgresConnPool

func NewPostgresConnPool(connStr string) (*sql.DB, error)

func NewPostgresConnPoolFromConf

func NewPostgresConnPoolFromConf(conf PsqlDatabaseConfiguration) (*sql.DB, error)

Types

type PsqlDatabaseConfiguration

type PsqlDatabaseConfiguration struct {
	Name     string
	User     string
	Password string
	Host     string
	SSLmode  string
}

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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