pgdocker

package
v0.1.1 Latest Latest
Warning

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

Go to latest
Published: Sep 10, 2026 License: MIT Imports: 9 Imported by: 0

Documentation

Overview

Package pgdocker creates one-off Postgres docker images to use so pggen can introspect the schema. The generic container plumbing lives in internal/dbdocker; this supplies the Postgres-specific parts.

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
}

Client is a client to control the running Postgres Docker container.

func Start

func Start(ctx context.Context, initScripts []string) (*Client, error)

Start builds a Docker image and runs the image in a container.

func (*Client) ConnString

func (c *Client) ConnString() (string, error)

ConnString returns the connection string to connect to the started Postgres Docker container.

func (*Client) GetContainerLogs

func (c *Client) GetContainerLogs() (string, error)

GetContainerLogs returns a string of all stderr and stdout logs for a container.

func (*Client) Stop

func (c *Client) Stop(ctx context.Context) error

Stop stops the running container, if any.

Jump to

Keyboard shortcuts

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