dbpulse 0.5.3

command line tool to monitor that database is available for read & write
Documentation
1
2
3
4
5
6
7
.PHONY: all build

all: build
	docker run -it --rm -e DSN=mysql://root:test@localhost:3306/dbpulse

build:
	docker build -t dbpulse .