ghostgres
Run ephemeral PostgreSQL instances for testing in Docker.
Installation and Usage
Installing ghostgres from source:
git clone https://github.com/vcokltfre/ghostgres
cd ghostgres
go build && go install
or
go install github.com/vcokltfre/ghostgres@latest
Installing ghostgres from binary:
Visit the releases page and download the relevant file for your OS and architecture. Extract the downloaded file and place the binary somewhere in your PATH.
Running ghostgres:
ghostgres [INSTANCE NAME]
Note: if no instance name is given a random 8-character string will be generated.