darwin icon indicating copy to clipboard operation
darwin copied to clipboard

Mysqlconnector

Open pier485 opened this issue 6 years ago • 0 comments

The pull request is about the implementation of MySQL connector for Darwin. The code is provided with a docker to test the new connector. Dockerfile defines an image with MariaDB server and Scala and automatically downloads the branch. To create the docker image and run it:

docker build -t darwin . docker run --name darwin -e "MYSQL_ROOT_PASSWORD=mysqlpwd" darwin

To execute the tests: docker exec -it darwin /darwin/init-db-and-launch-tests.sh

pier485 avatar Nov 05 '18 08:11 pier485