Installing ephemeralpg on Mac using Brew
Package Information:
Name: ephemeralpg
Use: pg_tmp is a compact shell script designed to make unit testing, integration testing with PostgreSQL easy in any language.
URL: http://ephemeralpg.org
Installation Steps:
- Open up your Terminal.
- Copy and run the command
ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" < /dev/null 2> /dev/null
- Install ephemeralpg using brew
brew install ephemeralpg
ephemeralpg is ready to use now!