database

package
v0.0.0-...-706d53e Latest Latest
Warning

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

Go to latest
Published: Dec 29, 2022 License: Apache-2.0 Imports: 7 Imported by: 0

Documentation

Index

Constants

View Source
const (
	ContextTransaction contextKey = iota
)

Variables

This section is empty.

Functions

func NewPostgres

func NewPostgres(url *url.URL, log logger.Logger) *postgres

Types

type Database

type Database interface {
	Connect() error
	DB() *sql.DB
	StartTransaction(context.Context) (*sql.Tx, context.Context, error)
}

Jump to

Keyboard shortcuts

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