Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 474 Bytes

README.md

File metadata and controls

25 lines (17 loc) · 474 Bytes

database/sql instrumentation example

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