1
0
Fork 0
harlequin-mysql/Makefile
Daniel Baumann 7269eaf22a
Adding upstream version 1.1.0.
Signed-off-by: Daniel Baumann <daniel@debian.org>
2025-02-24 20:14:26 +01:00

18 lines
260 B
Makefile

.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