postgres

package
v1.1.3 Latest Latest
Warning

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

Go to latest
Published: May 25, 2025 License: Apache-2.0 Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type PostgreSQL

type PostgreSQL interface {
	DSN(db string) (string, error)
	MustDSN(db string) string
	CreateDB(ctx context.Context, db string) error
	DropDB(ctx context.Context, db string) error
	Close(ctx context.Context) error
}

func New

func New(ctx context.Context) (PostgreSQL, error)

func NewWithImage

func NewWithImage(ctx context.Context, image string) (PostgreSQL, error)

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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