keelpostgres

package
v0.3.2 Latest Latest
Warning

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

Go to latest
Published: Nov 8, 2021 License: MIT Imports: 6 Imported by: 2

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Option

type Option func(*Options)

Persistor exported to used also for embedding into other types in foreign packages.

func WithInit

func WithInit(v string) Option

func WithLogger

func WithLogger(v *zap.Logger) Option

type Options

type Options struct {
	Init   string
	Logger *zap.Logger
}

Persistor exported to used also for embedding into other types in foreign packages.

func DefaultOptions

func DefaultOptions() Options

type Persistor

type Persistor struct {
	// contains filtered or unexported fields
}

Persistor exported to used also for embedding into other types in foreign packages.

func New

func New(ctx context.Context, uri string, opts ...Option) (*Persistor, error)

func (*Persistor) Close

func (p *Persistor) Close(ctx context.Context) error

func (*Persistor) Conn

func (p *Persistor) Conn() *pgx.Conn

func (*Persistor) Ping

func (p *Persistor) Ping(ctx context.Context) error

func (*Persistor) TableExists

func (p *Persistor) TableExists(ctx context.Context, name string) (bool, error)

Jump to

Keyboard shortcuts

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