{"id":18073364,"url":"https://github.com/BlakeWilliams/queryspy","last_synced_at":"2025-08-19T14:32:54.760Z","repository":{"id":260187975,"uuid":"880554126","full_name":"BlakeWilliams/guesswho","owner":"BlakeWilliams","description":"a simple MySQL proxy to log queries for applications","archived":false,"fork":false,"pushed_at":"2024-11-11T01:40:07.000Z","size":53,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2024-12-15T14:57:11.239Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/BlakeWilliams.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-10-29T23:41:52.000Z","updated_at":"2024-11-11T01:40:11.000Z","dependencies_parsed_at":null,"dependency_job_id":"59c188b9-b685-4937-bd20-05f741a9597f","html_url":"https://github.com/BlakeWilliams/guesswho","commit_stats":null,"previous_names":["blakewilliams/guesswho"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BlakeWilliams%2Fguesswho","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BlakeWilliams%2Fguesswho/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BlakeWilliams%2Fguesswho/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BlakeWilliams%2Fguesswho/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/BlakeWilliams","download_url":"https://codeload.github.com/BlakeWilliams/guesswho/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":230359932,"owners_count":18214157,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-10-31T10:06:32.700Z","updated_at":"2025-08-19T14:32:54.738Z","avatar_url":"https://github.com/BlakeWilliams.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# QuerySpy\n\nQuerySpy is a simple MySQL proxy written in Go that listens for, and logs queries on a per-table basis.\n\nWARNING: SSL does not currently work with this proxy. The proxy explicitly modifies the server capabilities packet to remove SSL support. PR's adding SSL support is welcome.\n\n## Commands\n\nInteracting with GuessWho is done through SQL commands. For example, to dump the collected query info you can run the following query:\n\n```sql\ngw dump\n```\n\nThis creates a YAML file per-table with all the collected queries. e.g. `users.yaml`:\n\n```yaml\n# This file was generated by DO NOT MODIFY\nversion: 1\nqueries:\n  b2a82b217edadea3876aaca3527dd375:\n    digest: select * from users where id in (?) limit ?\n```\n\n\n## TODO\n\n- Detect `CLIENT_QUERY_ATTRIBUTES` and panic as it's not supported.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FBlakeWilliams%2Fqueryspy","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FBlakeWilliams%2Fqueryspy","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FBlakeWilliams%2Fqueryspy/lists"}