Run tests on an isolated, temporary Postgres database
ephemeralpg
$ ephemeralpg
$ ephemeralpg -d testdb
$ ephemeralpg -c 'CREATE TABLE test (id INT); SELECT * FROM test;'