package
0.0.0-20240826141418-75fe9e6d1c2f
Repository: https://github.com/evanj/hacks.git
Documentation: pkg.go.dev

# Functions

New creates a new Postgres instance and returns a connection string URL in the form "postgresql:..." to connect to using sql.Open().
NewInstance calls NewInstanceWithOptions() with the default options.
NewInstanceWithOptions creates a new Postgres instance in a temporary directory.

# Structs

Instance contains the state of a new temporary Postgres instance.
Options configures the Postgres instance.