postgres

package
v0.9.1 Latest Latest
Warning

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

Go to latest
Published: Oct 29, 2021 License: Apache-2.0 Imports: 13 Imported by: 0

Documentation

Index

Constants

View Source
const DriverName = "postgres"

Variables

This section is empty.

Functions

This section is empty.

Types

type Conf

type Conf struct {
	// URL is the Postgres connection URL. See https://www.postgresql.org/docs/current/libpq-connect.html#LIBPQ-CONNSTRING
	URL      string                 `yaml:"url"`
	ConnPool *internal.ConnPoolConf `yaml:"connPool"`
}

func (*Conf) Key

func (c *Conf) Key() string

type Store

type Store struct {
	internal.DBStorage
}

func NewStore

func NewStore(ctx context.Context, conf *Conf) (*Store, error)

func (*Store) Driver

func (s *Store) Driver() string

Jump to

Keyboard shortcuts

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