Simple container that runs SQL query
500K+
Run sql queries in docker container.
For running tests you need docker (and docker-compose) installed.
For running complete tests use:
npm run integration-tests --silent
When developing you can use this approach:
// start mysql container
docker-compose up mysql
// then run tests on each iteration
npm test --silent
When you are done working, you can stop all containers by running:
npm run stop-all-containers
Content type
Image
Digest
Size
43.1 MB
Last updated
over 5 years ago
docker pull jakubknejzlik/sql-query