Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 586 Bytes

File metadata and controls

17 lines (12 loc) · 586 Bytes

README

Build Status

This project is a tool to help manage the health of a PostgreSQL database.

Currently the projects lists the activity on the DB with the option to issue a pg_cancel_backend command to any of the running pids.

Screen Shot 2019-09-22 at 9 34 13 PM

To run locally:

update database.yml
bundle install
yarn install
rails s