Skip to content

Latest commit

 

History

History
 
 

heroku-pgbouncer-buildpack

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Heroku PgBouncer Buildpack

Heroku buildpack: pgbouncer allows one to run pgbouncer in a dyno alongside application code. This is different from PgBouncer hosted as a separate infrastructure components (that test is covered in databases/heroku-pgbouncer)

How to run this locally

Environment variables

The environment variable DATABASE_URL_PGBOUNCER should point to a postgres database.

Please check our internal 1Password E2E vault for a ready-to-use environment variable or
set up your own database and set the environment variable accordingly.

Run tests

sh run.sh