{"id":4062079,"name":"github.com/qustavo/sqlhooks","ecosystem":"go","description":"This example shows how to instrument sql queries in order to display the time that they consume\npackage main\n\nimport (\n\n)\n\n// Hooks satisfies the sqlhook.Hooks interface\ntype Hooks struct {}\n\n// Before hook will print the query with it's args and return the context with the timestamp\n\n// After hook will get the timestamp registered on the Before hook and print the elapsed time\n\n/*\nOutput should look like:\n\u003e CREATE TABLE t (id INTEGER, text VARCHAR(16)) []. took: 121.238µs\n\u003e INSERT into t (text) VALUES(?), (?) [\"foo\" \"bar\"]. took: 36.364µs\n\u003e SELECT id, text FROM t []. took: 4.653µs\n*/","homepage":"https://github.com/qustavo/sqlhooks","licenses":"MIT","normalized_licenses":["MIT"],"repository_url":"https://github.com/qustavo/sqlhooks","keywords_array":[],"namespace":"github.com/qustavo","versions_count":4,"first_release_published_at":"2017-05-08T08:47:50.000Z","latest_release_published_at":"2019-11-25T14:26:02.000Z","latest_release_number":"v1.3.0","last_synced_at":"2026-05-11T04:01:48.919Z","created_at":"2022-04-12T10:57:58.175Z","updated_at":"2026-05-11T04:01:48.919Z","registry_url":"https://pkg.go.dev/github.com/qustavo/sqlhooks","install_command":"go get github.com/qustavo/sqlhooks","documentation_url":"https://pkg.go.dev/github.com/qustavo/sqlhooks#section-documentation","metadata":{},"repo_metadata":{"id":41174656,"uuid":"56711473","full_name":"qustavo/sqlhooks","owner":"qustavo","description":"Attach hooks to any database/sql driver","archived":false,"fork":false,"pushed_at":"2024-06-27T16:54:20.000Z","size":110,"stargazers_count":658,"open_issues_count":11,"forks_count":44,"subscribers_count":7,"default_branch":"master","last_synced_at":"2025-10-10T11:23:55.755Z","etag":null,"topics":["database","driver","golang","instrumentation","opentracing","sql","sql-driver","tracing"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/qustavo.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","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":"2016-04-20T18:37:14.000Z","updated_at":"2025-10-05T15:49:06.000Z","dependencies_parsed_at":"2024-10-26T08:35:58.154Z","dependency_job_id":"8ad64c53-8501-4b59-af41-759cd0bd65c8","html_url":"https://github.com/qustavo/sqlhooks","commit_stats":{"total_commits":108,"total_committers":11,"mean_commits":9.818181818181818,"dds":0.2592592592592593,"last_synced_commit":"7875602513fa745b19df8c03f4d31c00b61be6d4"},"previous_names":["gchaincl/sqlhooks"],"tags_count":11,"template":false,"template_full_name":null,"purl":"pkg:github/qustavo/sqlhooks","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/qustavo%2Fsqlhooks","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/qustavo%2Fsqlhooks/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/qustavo%2Fsqlhooks/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/qustavo%2Fsqlhooks/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/qustavo","download_url":"https://codeload.github.com/qustavo/sqlhooks/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/qustavo%2Fsqlhooks/sbom","scorecard":{"id":420624,"data":{"date":"2025-08-11","repo":{"name":"github.com/qustavo/sqlhooks","commit":"7875602513fa745b19df8c03f4d31c00b61be6d4"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":3.9,"checks":[{"name":"Packaging","score":-1,"reason":"packaging workflow not detected","details":["Warn: no GitHub/GitLab publishing workflow detected."],"documentation":{"short":"Determines if the project is published as a package that others can easily download, install, easily update, and uninstall.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#packaging"}},{"name":"Binary-Artifacts","score":10,"reason":"no binaries found in the repo","details":null,"documentation":{"short":"Determines if the project has generated executable (binary) artifacts in the source repository.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#binary-artifacts"}},{"name":"Maintained","score":0,"reason":"0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#maintained"}},{"name":"Code-Review","score":3,"reason":"Found 6/16 approved changesets -- score normalized to 3","details":null,"documentation":{"short":"Determines if the project requires human code review before pull requests (aka merge requests) are merged.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#code-review"}},{"name":"Dangerous-Workflow","score":10,"reason":"no dangerous workflow patterns detected","details":null,"documentation":{"short":"Determines if the project's GitHub Action workflows avoid dangerous patterns.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#dangerous-workflow"}},{"name":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: no topLevel permission defined: .github/workflows/lint.yml:1","Warn: no topLevel permission defined: .github/workflows/test.yml:1","Info: no jobLevel write permissions found"],"documentation":{"short":"Determines if the project's workflows follow the principle of least privilege.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#token-permissions"}},{"name":"Pinned-Dependencies","score":3,"reason":"dependency not pinned by hash detected -- score normalized to 3","details":["Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/lint.yml:9: update your workflow using https://app.stepsecurity.io/secureworkflow/qustavo/sqlhooks/lint.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/lint.yml:11: update your workflow using https://app.stepsecurity.io/secureworkflow/qustavo/sqlhooks/lint.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test.yml:43: update your workflow using https://app.stepsecurity.io/secureworkflow/qustavo/sqlhooks/test.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test.yml:48: update your workflow using https://app.stepsecurity.io/secureworkflow/qustavo/sqlhooks/test.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test.yml:52: update your workflow using https://app.stepsecurity.io/secureworkflow/qustavo/sqlhooks/test.yml/master?enable=pin","Info:   0 out of   4 GitHub-owned GitHubAction dependencies pinned","Info:   0 out of   1 third-party GitHubAction dependencies pinned","Info:   1 out of   1 goCommand dependencies pinned"],"documentation":{"short":"Determines if the project has declared and pinned the dependencies of its build process.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#pinned-dependencies"}},{"name":"CII-Best-Practices","score":0,"reason":"no effort to earn an OpenSSF best practices badge detected","details":null,"documentation":{"short":"Determines if the project has an OpenSSF (formerly CII) Best Practices Badge.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#cii-best-practices"}},{"name":"Security-Policy","score":0,"reason":"security policy file not detected","details":["Warn: no security policy file detected","Warn: no security file to analyze","Warn: no security file to analyze","Warn: no security file to analyze"],"documentation":{"short":"Determines if the project has published a security policy.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#security-policy"}},{"name":"Fuzzing","score":0,"reason":"project is not fuzzed","details":["Warn: no fuzzer integrations found"],"documentation":{"short":"Determines if the project uses fuzzing.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#fuzzing"}},{"name":"License","score":10,"reason":"license file detected","details":["Info: project has a license file: LICENSE:0","Info: FSF or OSI recognized license: MIT License: LICENSE:0"],"documentation":{"short":"Determines if the project has defined a license.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#license"}},{"name":"Signed-Releases","score":-1,"reason":"no releases found","details":null,"documentation":{"short":"Determines if the project cryptographically signs release artifacts.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#signed-releases"}},{"name":"Branch-Protection","score":0,"reason":"branch protection not enabled on development/release branches","details":["Warn: branch protection not enabled for branch 'master'"],"documentation":{"short":"Determines if the default and release branches are protected with GitHub's branch protection settings.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#branch-protection"}},{"name":"SAST","score":0,"reason":"SAST tool is not run on all commits -- score normalized to 0","details":["Warn: 0 commits out of 27 are checked with a SAST tool"],"documentation":{"short":"Determines if the project uses static code analysis.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#sast"}},{"name":"Vulnerabilities","score":10,"reason":"0 existing vulnerabilities detected","details":null,"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#vulnerabilities"}}]},"last_synced_at":"2025-08-19T01:06:45.247Z","repository_id":41174656,"created_at":"2025-08-19T01:06:45.247Z","updated_at":"2025-08-19T01:06:45.247Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279009766,"owners_count":26084647,"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","status":"online","status_checked_at":"2025-10-11T02:00:06.511Z","response_time":55,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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"},"owner_record":{"login":"qustavo","name":"Gustavo Chaín","uuid":"1288313","kind":"user","description":"Technical Dealer","email":"","website":null,"location":"Spain","twitter":null,"company":null,"icon_url":"https://avatars.githubusercontent.com/u/1288313?u=39b374fe114a4c719f7c54b228f0f37ffaca8e6f\u0026v=4","repositories_count":102,"last_synced_at":"2025-10-10T11:23:50.111Z","metadata":{"has_sponsors_listing":false},"html_url":"https://github.com/qustavo","funding_links":[],"total_stars":5768,"followers":282,"following":46,"created_at":"2022-11-03T17:03:02.121Z","updated_at":"2025-10-10T11:23:50.111Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/qustavo","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/qustavo/repositories"},"tags":[{"name":"v2.1.0","sha":"a8e358e9521f1d55b7815d274eea8c5c9b0060b7","kind":"tag","published_at":"2021-08-08T08:42:42.000Z","download_url":"https://codeload.github.com/qustavo/sqlhooks/tar.gz/v2.1.0","html_url":"https://github.com/qustavo/sqlhooks/releases/tag/v2.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/qustavo/sqlhooks@v2.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/qustavo%2Fsqlhooks/tags/v2.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/qustavo%2Fsqlhooks/tags/v2.1.0/manifests"},{"name":"v2.0.1","sha":"1b9e7183e69f37a50efe0ec7eccea5990ff9dab4","kind":"tag","published_at":"2021-01-27T10:10:55.000Z","download_url":"https://codeload.github.com/qustavo/sqlhooks/tar.gz/v2.0.1","html_url":"https://github.com/qustavo/sqlhooks/releases/tag/v2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/qustavo/sqlhooks@v2.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/qustavo%2Fsqlhooks/tags/v2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/qustavo%2Fsqlhooks/tags/v2.0.1/manifests"},{"name":"v2.0.0","sha":"9db12c77f3a7c25e1e8282f7dd9015d2eb13eb25","kind":"commit","published_at":"2021-01-21T13:05:20.000Z","download_url":"https://codeload.github.com/qustavo/sqlhooks/tar.gz/v2.0.0","html_url":"https://github.com/qustavo/sqlhooks/releases/tag/v2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/qustavo/sqlhooks@v2.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/qustavo%2Fsqlhooks/tags/v2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/qustavo%2Fsqlhooks/tags/v2.0.0/manifests"},{"name":"v1.3.0","sha":"e01e589194fe30567fdff020d15a2d26f16c5135","kind":"tag","published_at":"2019-11-25T14:50:25.000Z","download_url":"https://codeload.github.com/qustavo/sqlhooks/tar.gz/v1.3.0","html_url":"https://github.com/qustavo/sqlhooks/releases/tag/v1.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/qustavo/sqlhooks@v1.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/qustavo%2Fsqlhooks/tags/v1.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/qustavo%2Fsqlhooks/tags/v1.3.0/manifests"},{"name":"v1.2.0","sha":"a494b89347123b3eecbd063569a25eb723595566","kind":"commit","published_at":"2019-11-05T17:12:36.000Z","download_url":"https://codeload.github.com/qustavo/sqlhooks/tar.gz/v1.2.0","html_url":"https://github.com/qustavo/sqlhooks/releases/tag/v1.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/qustavo/sqlhooks@v1.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/qustavo%2Fsqlhooks/tags/v1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/qustavo%2Fsqlhooks/tags/v1.2.0/manifests"},{"name":"v1.1.0","sha":"928fba38878d453967fcf9b4a0b7952b90c94d34","kind":"commit","published_at":"2018-01-30T21:27:56.000Z","download_url":"https://codeload.github.com/qustavo/sqlhooks/tar.gz/v1.1.0","html_url":"https://github.com/qustavo/sqlhooks/releases/tag/v1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/qustavo/sqlhooks@v1.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/qustavo%2Fsqlhooks/tags/v1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/qustavo%2Fsqlhooks/tags/v1.1.0/manifests"},{"name":"v1.0.0","sha":"5805f20baa8b7dade6beb34b521b564b7a3533f7","kind":"commit","published_at":"2017-05-08T08:47:50.000Z","download_url":"https://codeload.github.com/qustavo/sqlhooks/tar.gz/v1.0.0","html_url":"https://github.com/qustavo/sqlhooks/releases/tag/v1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/qustavo/sqlhooks@v1.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/qustavo%2Fsqlhooks/tags/v1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/qustavo%2Fsqlhooks/tags/v1.0.0/manifests"},{"name":"v0.4","sha":"51cae7f79563905f7a587f91c72f381be75f1d2b","kind":"commit","published_at":"2017-03-23T09:11:59.000Z","download_url":"https://codeload.github.com/qustavo/sqlhooks/tar.gz/v0.4","html_url":"https://github.com/qustavo/sqlhooks/releases/tag/v0.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/qustavo/sqlhooks@v0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/qustavo%2Fsqlhooks/tags/v0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/qustavo%2Fsqlhooks/tags/v0.4/manifests"},{"name":"v0.3","sha":"3868017fad5de920ac9e3c38835e07888ec52639","kind":"commit","published_at":"2016-06-02T12:30:54.000Z","download_url":"https://codeload.github.com/qustavo/sqlhooks/tar.gz/v0.3","html_url":"https://github.com/qustavo/sqlhooks/releases/tag/v0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/qustavo/sqlhooks@v0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/qustavo%2Fsqlhooks/tags/v0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/qustavo%2Fsqlhooks/tags/v0.3/manifests"},{"name":"v0.2","sha":"eb2171e3dd4a467e077f291547ef9c21f059382f","kind":"commit","published_at":"2016-05-01T19:17:00.000Z","download_url":"https://codeload.github.com/qustavo/sqlhooks/tar.gz/v0.2","html_url":"https://github.com/qustavo/sqlhooks/releases/tag/v0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/qustavo/sqlhooks@v0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/qustavo%2Fsqlhooks/tags/v0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/qustavo%2Fsqlhooks/tags/v0.2/manifests"},{"name":"v0.1","sha":"c1a9c38bfc7ca62ea508da2a05b68241f977fe12","kind":"commit","published_at":"2016-04-25T02:47:33.000Z","download_url":"https://codeload.github.com/qustavo/sqlhooks/tar.gz/v0.1","html_url":"https://github.com/qustavo/sqlhooks/releases/tag/v0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/qustavo/sqlhooks@v0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/qustavo%2Fsqlhooks/tags/v0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/qustavo%2Fsqlhooks/tags/v0.1/manifests"}]},"repo_metadata_updated_at":"2025-10-12T01:29:09.117Z","dependent_packages_count":0,"downloads":null,"downloads_period":null,"dependent_repos_count":0,"rankings":{"downloads":null,"dependent_repos_count":9.345852080216646,"dependent_packages_count":6.999148183520997,"stargazers_count":1.50700812648633,"forks_count":2.2674703744064497,"average":5.0298696911576055},"purl":"pkg:golang/github.com/qustavo/sqlhooks","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/go/github.com/qustavo/sqlhooks","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/go/github.com/qustavo/sqlhooks","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/go/github.com/qustavo/sqlhooks/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2025-09-24T21:07:07.349Z","issues_count":25,"pull_requests_count":35,"avg_time_to_close_issue":27960490.842105262,"avg_time_to_close_pull_request":4074993.535714286,"issues_closed_count":19,"pull_requests_closed_count":28,"pull_request_authors_count":14,"issue_authors_count":19,"avg_comments_per_issue":3.4,"avg_comments_per_pull_request":3.4571428571428573,"merged_pull_requests_count":21,"bot_issues_count":0,"bot_pull_requests_count":0,"past_year_issues_count":1,"past_year_pull_requests_count":2,"past_year_avg_time_to_close_issue":null,"past_year_avg_time_to_close_pull_request":null,"past_year_issues_closed_count":0,"past_year_pull_requests_closed_count":0,"past_year_pull_request_authors_count":1,"past_year_issue_authors_count":1,"past_year_avg_comments_per_issue":0.0,"past_year_avg_comments_per_pull_request":1.5,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":0,"past_year_merged_pull_requests_count":0,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/qustavo%2Fsqlhooks/issues","maintainers":[{"login":"qustavo","count":21,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/qustavo"},{"login":"surki","count":3,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/surki"},{"login":"asdine","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/asdine"},{"login":"keegancsmith","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/keegancsmith"},{"login":"xuzhenglun","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/xuzhenglun"},{"login":"m12i","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/m12i"},{"login":"ccmtaylor","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ccmtaylor"}],"active_maintainers":[]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2Fqustavo%2Fsqlhooks/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2Fqustavo%2Fsqlhooks/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2Fqustavo%2Fsqlhooks/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2Fqustavo%2Fsqlhooks/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2Fqustavo%2Fsqlhooks/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2Fqustavo%2Fsqlhooks/codemeta","maintainers":[]}