Skip to content

Latest commit

 

History

6 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 

Repository files navigation

postgres-pgtap

A developer version of Postgres that allows testing via pgTap.

Setup

Run the image (Docker, Kubernetes, etc).

docker run -d -e POSTGRES_PASSWORD=..... -p 5432:5432 postgres-pgtap:latest

Log into your database, and add the extension as follows, once the image is deployed.

CREATE EXTENSION pgtap;

About

A developer version of Postgres that allows testing via pgTap.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages