package withpg

import "golazy.dev/pg/withpg"

Package withpg starts embedded PostgreSQL servers for local development and integration tests.

Functions

Types

type Config

type Config struct {
	SchemaFile	string
	PgVersion	string
	PgVersions	[]string
	DataPath	string
	DBName		string
	Port		uint32
	Logger		io.Writer
}

Directories

Path Synopsis
pg/withpg/cmd/withpg