/mysql_with_data

MySQL with data

Primary LanguagePLpgSQLOtherNOASSERTION

MySQL with data

MySQL with data

Prerequisites

mysql_with_data is dependent on the following libs and programs:

  • docker
  • docker-compose
  • make
  • mysql client

Samle data

All credit goes to: Giuseppe Maxia http://datacharmer.blogspot.com

Data forked from:

https://github.com/datacharmer/test_db

Make file

CMD ACTION
make help shows all available targets
make run runs mysql server (if you want data run make build first
make data_load starts mysql, loads data and stops mysql
make test run tests
make clear stops mysql and clears data