Skip to content

Commit

Permalink
Add a script to query the docker DB (#422)
Browse files Browse the repository at this point in the history
  • Loading branch information
dfabulich authored Sep 3, 2024
1 parent f99da2e commit 9c7524c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,10 @@ There are a number of convenience scripts in `IFcomp-Dev/script` as well.
* shell.sh

This script will get you a bash shell in the app instance.

* query-db.sh

This script will allow you to query the MySQL database.

* tidyall.sh

Expand Down
3 changes: 3 additions & 0 deletions IFComp-Dev/script/query-db.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
#!/bin/sh

docker compose exec db mysql ifcomp

0 comments on commit 9c7524c

Please sign in to comment.