db

package
v0.0.0-...-9809e3c Latest Latest
Warning

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

Go to latest
Published: Aug 19, 2024 License: Apache-2.0 Imports: 7 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Client

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

func NewClient

func NewClient(dbName, dbUser, dbUserPass, dbHost string, dbPort int) *Client

func (*Client) Close

func (c *Client) Close()

func (*Client) Connect

func (c *Client) Connect(ctx context.Context) (*Database, error)

func (*Client) MigrateDown

func (c *Client) MigrateDown(migrationDir string) error

func (*Client) MigrateUp

func (c *Client) MigrateUp(migrationDir string) error

func (*Client) ResetMigrations

func (c *Client) ResetMigrations(migrationDir string) error

type Database

type Database struct {
	Cluster *pgxpool.Pool
}

Jump to

Keyboard shortcuts

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