A MySQL client using database/sql with instrumentation.
These instructions expect you have docker-compose installed.
Bring up the Mysql
services to run the
example:
docker-compose up -d mysql
Then up the client
service to make request with MySQL
:
docker-compose up client
Shut down the services when you are finished with the example:
docker-compose down