1
0
Fork 0
harlequin-mysql/Makefile

19 lines
260 B
Makefile
Raw Normal View History

.PHONY: check
check:
ruff format .
ruff check . --fix
mypy
pytest
.PHONY: init
init:
docker-compose up -d
.PHONY: clean
clean:
docker-compose down
.PHONY: serve
serve:
harlequin -P None -a mysql -h localhost -U root --password example --database dev