mysql-not-so-simple

Hackage MIT license Stackage Lts Stackage Nightly CircleCI

MySQL interface

For developers🔗

How to run tests?🔗

Run the following command before running tests:

$ docker run --name test-mysql --rm -e MYSQL_ROOT_PASSWORD=password -e MYSQL_DATABASE=test_db -p 3306:3306 mysql:5.7.20