keelpostgres

package
v0.17.3 Latest Latest
Warning

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

Go to latest
Published: Dec 14, 2023 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, dns string, opts ...Option) (*Persistor, error)

func (*Persistor) Close

func (p *Persistor) Close() error

func (*Persistor) Conn

func (p *Persistor) Conn(ctx context.Context) (*sql.Conn, error)

func (*Persistor) DB added in v0.11.1

func (p *Persistor) DB() *sql.DB

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