dbpulse 0.2.4

command line tool to monitor database performance
Documentation
1
2
3
4
5
6
7
.PHONY: all build

all: build
	docker run -it --rm -e DSN=mysql://root:test@localhost:3306 -e SLACK_WEBHOOK_URL=https://hooks.slack.com/services --name dbpulse dbpulse

build:
	docker build -t dbpulse .