repository

package
v0.11.0 Latest Latest
Warning

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

Go to latest
Published: Sep 9, 2020 License: ISC Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type PgRepository

type PgRepository struct {
	PgOptions *pg.Options
	Logger    *zap.Logger
}

func NewPgRepository

func NewPgRepository(applicationName, dbHost, dbPort, dbName, dbUser, dbPass string, logger *zap.Logger) PgRepository

NewPgRepository creates a Repository instance

func (PgRepository) Connect

func (pr PgRepository) Connect() *pg.DB

Connect connects to a database and returns a DB resource it can optionally set up the previously query hooks if needed

func (PgRepository) ConnectNoHook

func (pr PgRepository) ConnectNoHook() *pg.DB

Connect connects to a database and returns a DB resource

func (*PgRepository) InTx

func (pr *PgRepository) InTx(operation func(tx *pg.Tx) error) error

Jump to

Keyboard shortcuts

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