postgres

package module
v0.0.0-...-cf39cca Latest Latest
Warning

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

Go to latest
Published: Feb 26, 2023 License: MIT Imports: 9 Imported by: 1

README

postgres

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func MigrateUp

func MigrateUp(db *sql.DB, migrationsPath string) error

func Open

func Open(d DSN) (*sql.DB, error)

func Ping

func Ping(db *sql.DB) error

Types

type DSN

type DSN struct {
	Host     string
	Port     string
	User     string
	Password string
	DB       string
}

func (DSN) String

func (d DSN) String() string

Jump to

Keyboard shortcuts

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