Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
TOJ af111190bd :tada: first commit il y a 5 ans
.gitignore :tada: first commit il y a 5 ans
README.md :tada: first commit il y a 5 ans
docker-compose.yml :tada: first commit il y a 5 ans
dump.sample.sql :tada: first commit il y a 5 ans

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