krugersoftware/Watch SQL Queries
This action watches traffic to the database to record what SQL queries are executed.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| SKIP_SCHEMA_DUMP | Whether to skip the schema dump | no | false |
| SKIP_UPLOAD | Whether to skip uploading artifacts | no | false |
| SQL_PROXY_API_ADDRESS | The port on which the sql proxy api is running | yes | — |
| DEFAULT_DATABASE | The default database to use | yes | — |
| GITHUB_REPOSITORY | The github repository to use | yes | — |
| GITHUB_TOKEN | The github token to use | yes | — |
| TEST_SUITE_NAME | The name of the test suite being run (used for unique artifact names) | no | default |
Outputs
| name | description |
|---|---|
| sql-queries | A list of all the sql queries executed. |
| queries-diff | A diff of SQL executed |
| schema | The full schema of the database |
| schema-diff | A diff of the database schema |