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:

  1. Open up your Terminal.
  2. Copy and run the command

    ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" < /dev/null 2> /dev/null
  3. Install ephemeralpg using brew
    brew install ephemeralpg

ephemeralpg is ready to use now!