Skip to content

Latest commit

 

History

History

psql

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

Schema

See schema.sql for the example schema.

Usage

Define PostgreSQL connection details via environment variables:

export POSTGRES_HOSTNAME=...
export POSTGRES_USERNAME=...
export POSTGRES_PASSWORD=...
export POSTGRES_DATABASE=...

or in hunter.yaml.

The following command shows results for a single test aggregate_mem and updates the database with newly found change points:

$ BRANCH=trunk HUNTER_CONFIG=hunter.yaml hunter analyze aggregate_mem --update-postgres