您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
TOJ af111190bd :tada: first commit 5 年前
.gitignore :tada: first commit 5 年前
README.md :tada: first commit 5 年前
docker-compose.yml :tada: first commit 5 年前
dump.sample.sql :tada: first commit 5 年前

README.md

db-cleaner

Clean your trashy databases with a scratch mariadb container

Instructions

  1. load your dirty database docker exec -i scratch-mariadb mysql -uroot -proot --database=unclean < ./dump.sql