{"id":3492543,"name":"github.com/go-sql-driver/mysql","ecosystem":"go","description":"Package mysql provides a MySQL driver for Go's database/sql package.","homepage":"https://github.com/go-sql-driver/mysql","licenses":"MPL-2.0","normalized_licenses":["MPL-2.0"],"repository_url":"https://github.com/go-sql-driver/mysql","keywords_array":[],"namespace":"github.com/go-sql-driver","versions_count":20,"first_release_published_at":"2013-05-14T16:24:52.000Z","latest_release_published_at":"2026-04-29T13:28:57.000Z","latest_release_number":"v1.10.0","last_synced_at":"2026-06-26T02:01:00.974Z","created_at":"2022-04-10T19:10:14.653Z","updated_at":"2026-06-26T02:01:00.974Z","registry_url":"https://pkg.go.dev/github.com/go-sql-driver/mysql","install_command":"go get github.com/go-sql-driver/mysql","documentation_url":"https://pkg.go.dev/github.com/go-sql-driver/mysql#section-documentation","metadata":{},"repo_metadata":{"id":5866072,"uuid":"7083242","full_name":"go-sql-driver/mysql","owner":"go-sql-driver","description":"Go MySQL Driver is a MySQL driver for Go's (golang) database/sql package","archived":false,"fork":false,"pushed_at":"2025-06-13T06:21:14.000Z","size":1483,"stargazers_count":14991,"open_issues_count":63,"forks_count":2329,"subscribers_count":403,"default_branch":"master","last_synced_at":"2025-08-14T17:57:31.477Z","etag":null,"topics":["database","go","mariadb","mysql","mysql-driver","sql"],"latest_commit_sha":null,"homepage":"https://pkg.go.dev/github.com/go-sql-driver/mysql","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mpl-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/go-sql-driver.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":".github/CONTRIBUTING.md","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":"AUTHORS","dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2012-12-09T20:33:55.000Z","updated_at":"2025-08-14T17:32:42.000Z","dependencies_parsed_at":"2023-02-16T17:40:29.227Z","dependency_job_id":"a8bbed56-6cff-4969-8b2d-3734de718dd5","html_url":"https://github.com/go-sql-driver/mysql","commit_stats":{"total_commits":785,"total_committers":164,"mean_commits":4.786585365853658,"dds":0.645859872611465,"last_synced_commit":"f62f523d2458d82587f03e9357396a9c8a93fcba"},"previous_names":[],"tags_count":26,"template":false,"template_full_name":null,"purl":"pkg:github/go-sql-driver/mysql","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-sql-driver%2Fmysql","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-sql-driver%2Fmysql/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-sql-driver%2Fmysql/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-sql-driver%2Fmysql/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/go-sql-driver","download_url":"https://codeload.github.com/go-sql-driver/mysql/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-sql-driver%2Fmysql/sbom","scorecard":{"id":432514,"data":{"date":"2025-08-11","repo":{"name":"github.com/go-sql-driver/mysql","commit":"76c00e35a8d48f8f70f0e7dffe584692bd3fa612"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":6.1,"checks":[{"name":"Maintained","score":4,"reason":"2 commit(s) and 3 issue activity found in the last 90 days -- score normalized to 4","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#maintained"}},{"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":"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":"Code-Review","score":7,"reason":"Found 21/29 approved changesets -- score normalized to 7","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":"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":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Info: jobLevel 'contents' permission set to 'read': .github/workflows/codeql.yml:17","Info: jobLevel 'actions' permission set to 'read': .github/workflows/codeql.yml:16","Warn: no topLevel permission defined: .github/workflows/codeql.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":0,"reason":"dependency not pinned by hash detected -- score normalized to 0","details":["Info: Possibly incomplete results: error parsing job operating system: .github/workflows/test.yml:91","Info: Possibly incomplete results: error parsing job operating system: .github/workflows/test.yml:95","Info: Possibly incomplete results: error parsing job operating system: .github/workflows/test.yml:99","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/codeql.yml:27: update your workflow using https://app.stepsecurity.io/secureworkflow/go-sql-driver/mysql/codeql.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/codeql.yml:30: update your workflow using https://app.stepsecurity.io/secureworkflow/go-sql-driver/mysql/codeql.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/codeql.yml:36: update your workflow using https://app.stepsecurity.io/secureworkflow/go-sql-driver/mysql/codeql.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/codeql.yml:39: update your workflow using https://app.stepsecurity.io/secureworkflow/go-sql-driver/mysql/codeql.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test.yml:17: update your workflow using https://app.stepsecurity.io/secureworkflow/go-sql-driver/mysql/test.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/test.yml:18: update your workflow using https://app.stepsecurity.io/secureworkflow/go-sql-driver/mysql/test.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test.yml:74: update your workflow using https://app.stepsecurity.io/secureworkflow/go-sql-driver/mysql/test.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test.yml:75: update your workflow using https://app.stepsecurity.io/secureworkflow/go-sql-driver/mysql/test.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/test.yml:78: update your workflow using https://app.stepsecurity.io/secureworkflow/go-sql-driver/mysql/test.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/test.yml:104: update your workflow using https://app.stepsecurity.io/secureworkflow/go-sql-driver/mysql/test.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/test.yml:116: update your workflow using https://app.stepsecurity.io/secureworkflow/go-sql-driver/mysql/test.yml/master?enable=pin","Info:   0 out of   7 GitHub-owned GitHubAction dependencies pinned","Info:   0 out of   4 third-party GitHubAction 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":10,"reason":"project is fuzzed","details":["Info: GoBuiltInFuzzer integration found: dsn_fuzz_test.go:11"],"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: Mozilla Public License 2.0: 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":"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"}},{"name":"Branch-Protection","score":5,"reason":"branch protection is not maximal on development and all release branches","details":["Info: 'allow deletion' disabled on branch 'master'","Info: 'allow deletion' disabled on branch '1.8'","Info: 'allow deletion' disabled on branch 'v1.4'","Info: 'allow deletion' disabled on branch 'v1.2'","Info: 'allow deletion' disabled on branch 'v1.1'","Info: 'allow deletion' disabled on branch 'v1.0'","Info: 'force pushes' disabled on branch 'master'","Info: 'force pushes' disabled on branch '1.8'","Info: 'force pushes' disabled on branch 'v1.4'","Info: 'force pushes' disabled on branch 'v1.2'","Info: 'force pushes' disabled on branch 'v1.1'","Info: 'force pushes' disabled on branch 'v1.0'","Warn: 'branch protection settings apply to administrators' is disabled on branch 'master'","Warn: 'branch protection settings apply to administrators' is disabled on branch '1.8'","Warn: 'branch protection settings apply to administrators' is disabled on branch 'v1.4'","Warn: 'branch protection settings apply to administrators' is disabled on branch 'v1.2'","Warn: 'branch protection settings apply to administrators' is disabled on branch 'v1.1'","Warn: 'branch protection settings apply to administrators' is disabled on branch 'v1.0'","Warn: 'stale review dismissal' is disabled on branch 'master'","Warn: 'stale review dismissal' is disabled on branch '1.8'","Warn: 'stale review dismissal' is disabled on branch 'v1.4'","Warn: 'stale review dismissal' is disabled on branch 'v1.2'","Warn: 'stale review dismissal' is disabled on branch 'v1.1'","Warn: 'stale review dismissal' is disabled on branch 'v1.0'","Warn: required approving review count is 1 on branch 'master'","Warn: required approving review count is 1 on branch '1.8'","Warn: required approving review count is 1 on branch 'v1.4'","Warn: required approving review count is 1 on branch 'v1.2'","Warn: required approving review count is 1 on branch 'v1.1'","Warn: required approving review count is 1 on branch 'v1.0'","Warn: codeowners review is not required on branch 'master'","Warn: codeowners review is not required on branch '1.8'","Warn: codeowners review is not required on branch 'v1.4'","Warn: codeowners review is not required on branch 'v1.2'","Warn: codeowners review is not required on branch 'v1.1'","Warn: codeowners review is not required on branch 'v1.0'","Warn: 'last push approval' is disabled on branch 'master'","Warn: 'last push approval' is disabled on branch '1.8'","Warn: 'last push approval' is disabled on branch 'v1.4'","Warn: 'last push approval' is disabled on branch 'v1.2'","Warn: 'last push approval' is disabled on branch 'v1.1'","Warn: 'last push approval' is disabled on branch 'v1.0'","Warn: no status checks found to merge onto branch 'master'","Warn: no status checks found to merge onto branch '1.8'","Warn: no status checks found to merge onto branch 'v1.4'","Warn: no status checks found to merge onto branch 'v1.2'","Warn: no status checks found to merge onto branch 'v1.1'","Warn: no status checks found to merge onto branch 'v1.0'","Info: PRs are required in order to make changes on branch 'master'","Info: PRs are required in order to make changes on branch '1.8'","Info: PRs are required in order to make changes on branch 'v1.4'","Info: PRs are required in order to make changes on branch 'v1.2'","Info: PRs are required in order to make changes on branch 'v1.1'","Info: PRs are required in order to make changes on branch 'v1.0'"],"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":9,"reason":"SAST tool detected but not run on all commits","details":["Info: SAST configuration detected: CodeQL","Warn: 29 commits out of 30 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"}}]},"last_synced_at":"2025-08-19T03:42:15.903Z","repository_id":5866072,"created_at":"2025-08-19T03:42:15.903Z","updated_at":"2025-08-19T03:42:15.903Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":271486701,"owners_count":24768032,"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-08-21T02:00:08.990Z","response_time":74,"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":"go-sql-driver","name":"Go SQL Drivers","uuid":"3002971","kind":"organization","description":"","email":null,"website":null,"location":"gophers's den","twitter":null,"company":null,"icon_url":"https://avatars.githubusercontent.com/u/3002971?v=4","repositories_count":4,"last_synced_at":"2024-03-26T22:09:58.314Z","metadata":{"has_sponsors_listing":false},"html_url":"https://github.com/go-sql-driver","funding_links":[],"total_stars":14194,"followers":81,"following":0,"created_at":"2022-11-04T13:37:48.974Z","updated_at":"2024-03-26T22:09:58.347Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/go-sql-driver","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/go-sql-driver/repositories"},"tags":[{"name":"v1.9.3","sha":"62984ada4402df6571557bc3fed2bcbde48ec908","kind":"commit","published_at":"2025-06-13T06:20:32.000Z","download_url":"https://codeload.github.com/go-sql-driver/mysql/tar.gz/v1.9.3","html_url":"https://github.com/go-sql-driver/mysql/releases/tag/v1.9.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-sql-driver/mysql@v1.9.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-sql-driver%2Fmysql/tags/v1.9.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-sql-driver%2Fmysql/tags/v1.9.3/manifests"},{"name":"v1.9.2","sha":"21ef4c694538530b2e4b43d1a197402ed22e9749","kind":"commit","published_at":"2025-04-07T11:18:01.000Z","download_url":"https://codeload.github.com/go-sql-driver/mysql/tar.gz/v1.9.2","html_url":"https://github.com/go-sql-driver/mysql/releases/tag/v1.9.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-sql-driver/mysql@v1.9.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-sql-driver%2Fmysql/tags/v1.9.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-sql-driver%2Fmysql/tags/v1.9.2/manifests"},{"name":"v1.9.1","sha":"1fbafa8082dab81e2c2e8caeb55d569dfeafcf94","kind":"commit","published_at":"2025-03-21T02:04:43.000Z","download_url":"https://codeload.github.com/go-sql-driver/mysql/tar.gz/v1.9.1","html_url":"https://github.com/go-sql-driver/mysql/releases/tag/v1.9.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-sql-driver/mysql@v1.9.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-sql-driver%2Fmysql/tags/v1.9.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-sql-driver%2Fmysql/tags/v1.9.1/manifests"},{"name":"v1.9.0","sha":"58941dd8a7888cf3d593d7bb182120e42168eac9","kind":"commit","published_at":"2025-02-18T03:37:58.000Z","download_url":"https://codeload.github.com/go-sql-driver/mysql/tar.gz/v1.9.0","html_url":"https://github.com/go-sql-driver/mysql/releases/tag/v1.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-sql-driver/mysql@v1.9.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-sql-driver%2Fmysql/tags/v1.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-sql-driver%2Fmysql/tags/v1.9.0/manifests"},{"name":"v1.8.1","sha":"4395c45fd098a81c5251667cda111f94c693ab14","kind":"commit","published_at":"2024-03-26T14:34:07.000Z","download_url":"https://codeload.github.com/go-sql-driver/mysql/tar.gz/v1.8.1","html_url":"https://github.com/go-sql-driver/mysql/releases/tag/v1.8.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-sql-driver/mysql@v1.8.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-sql-driver%2Fmysql/tags/v1.8.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-sql-driver%2Fmysql/tags/v1.8.1/manifests"},{"name":"v1.8.0","sha":"33b7747a9144946e50399904d3f27ecc0f96c2b6","kind":"commit","published_at":"2024-03-09T06:57:08.000Z","download_url":"https://codeload.github.com/go-sql-driver/mysql/tar.gz/v1.8.0","html_url":"https://github.com/go-sql-driver/mysql/releases/tag/v1.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-sql-driver/mysql@v1.8.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-sql-driver%2Fmysql/tags/v1.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-sql-driver%2Fmysql/tags/v1.8.0/manifests"},{"name":"v1.7.1","sha":"f20b2863636093e5fbf1481b59bdaff3b0fbb779","kind":"commit","published_at":"2023-04-25T10:02:15.000Z","download_url":"https://codeload.github.com/go-sql-driver/mysql/tar.gz/v1.7.1","html_url":"https://github.com/go-sql-driver/mysql/releases/tag/v1.7.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-sql-driver/mysql@v1.7.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-sql-driver%2Fmysql/tags/v1.7.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-sql-driver%2Fmysql/tags/v1.7.1/manifests"},{"name":"v1.7.0","sha":"5cee457661043566c72c86b89aadbab7b88cce7a","kind":"commit","published_at":"2022-12-02T11:40:24.000Z","download_url":"https://codeload.github.com/go-sql-driver/mysql/tar.gz/v1.7.0","html_url":"https://github.com/go-sql-driver/mysql/releases/tag/v1.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-sql-driver/mysql@v1.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-sql-driver%2Fmysql/tags/v1.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-sql-driver%2Fmysql/tags/v1.7.0/manifests"},{"name":"v1.6.0","sha":"bcc459a906419e2890a50fc2c99ea6dd927a88f2","kind":"commit","published_at":"2021-04-01T01:56:49.000Z","download_url":"https://codeload.github.com/go-sql-driver/mysql/tar.gz/v1.6.0","html_url":"https://github.com/go-sql-driver/mysql/releases/tag/v1.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-sql-driver/mysql@v1.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-sql-driver%2Fmysql/tags/v1.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-sql-driver%2Fmysql/tags/v1.6.0/manifests"},{"name":"v1.5.0","sha":"17ef3dd9d98b69acec3e85878995ada9533a9370","kind":"commit","published_at":"2020-01-07T16:33:55.000Z","download_url":"https://codeload.github.com/go-sql-driver/mysql/tar.gz/v1.5.0","html_url":"https://github.com/go-sql-driver/mysql/releases/tag/v1.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-sql-driver/mysql@v1.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-sql-driver%2Fmysql/tags/v1.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-sql-driver%2Fmysql/tags/v1.5.0/manifests"},{"name":"v1.4.1","sha":"72cd26f257d44c1114970e19afddcd812016007e","kind":"commit","published_at":"2018-11-14T12:09:13.000Z","download_url":"https://codeload.github.com/go-sql-driver/mysql/tar.gz/v1.4.1","html_url":"https://github.com/go-sql-driver/mysql/releases/tag/v1.4.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-sql-driver/mysql@v1.4.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-sql-driver%2Fmysql/tags/v1.4.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-sql-driver%2Fmysql/tags/v1.4.1/manifests"},{"name":"v1.4.0","sha":"d523deb1b23d913de5bdada721a6071e71283618","kind":"commit","published_at":"2018-06-03T12:45:54.000Z","download_url":"https://codeload.github.com/go-sql-driver/mysql/tar.gz/v1.4.0","html_url":"https://github.com/go-sql-driver/mysql/releases/tag/v1.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-sql-driver/mysql@v1.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-sql-driver%2Fmysql/tags/v1.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-sql-driver%2Fmysql/tags/v1.4.0/manifests"},{"name":"v1.3.0","sha":"a0583e0143b1624142adab07e0e97fe106d99561","kind":"tag","published_at":"2016-12-01T11:50:36.000Z","download_url":"https://codeload.github.com/go-sql-driver/mysql/tar.gz/v1.3.0","html_url":"https://github.com/go-sql-driver/mysql/releases/tag/v1.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-sql-driver/mysql@v1.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-sql-driver%2Fmysql/tags/v1.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-sql-driver%2Fmysql/tags/v1.3.0/manifests"},{"name":"v1.3","sha":"a0583e0143b1624142adab07e0e97fe106d99561","kind":"commit","published_at":"2016-12-01T11:50:36.000Z","download_url":"https://codeload.github.com/go-sql-driver/mysql/tar.gz/v1.3","html_url":"https://github.com/go-sql-driver/mysql/releases/tag/v1.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-sql-driver/mysql@v1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-sql-driver%2Fmysql/tags/v1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-sql-driver%2Fmysql/tags/v1.3/manifests"},{"name":"v1.2","sha":"a732e14c62dde3285440047bba97581bc472ae18","kind":"commit","published_at":"2014-06-03T19:50:03.000Z","download_url":"https://codeload.github.com/go-sql-driver/mysql/tar.gz/v1.2","html_url":"https://github.com/go-sql-driver/mysql/releases/tag/v1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-sql-driver/mysql@v1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-sql-driver%2Fmysql/tags/v1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-sql-driver%2Fmysql/tags/v1.2/manifests"},{"name":"v1.2.0","sha":"a732e14c62dde3285440047bba97581bc472ae18","kind":"tag","published_at":"2014-06-03T19:46:42.000Z","download_url":"https://codeload.github.com/go-sql-driver/mysql/tar.gz/v1.2.0","html_url":"https://github.com/go-sql-driver/mysql/releases/tag/v1.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-sql-driver/mysql@v1.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-sql-driver%2Fmysql/tags/v1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-sql-driver%2Fmysql/tags/v1.2.0/manifests"},{"name":"v1.1","sha":"9a7aa3606b82e2081a13a008ada88dfdb96c20fd","kind":"commit","published_at":"2013-11-02T14:16:43.000Z","download_url":"https://codeload.github.com/go-sql-driver/mysql/tar.gz/v1.1","html_url":"https://github.com/go-sql-driver/mysql/releases/tag/v1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-sql-driver/mysql@v1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-sql-driver%2Fmysql/tags/v1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-sql-driver%2Fmysql/tags/v1.1/manifests"},{"name":"v1.1.0","sha":"9a7aa3606b82e2081a13a008ada88dfdb96c20fd","kind":"tag","published_at":"2013-11-02T14:16:43.000Z","download_url":"https://codeload.github.com/go-sql-driver/mysql/tar.gz/v1.1.0","html_url":"https://github.com/go-sql-driver/mysql/releases/tag/v1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-sql-driver/mysql@v1.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-sql-driver%2Fmysql/tags/v1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-sql-driver%2Fmysql/tags/v1.1.0/manifests"},{"name":"v1.0.3","sha":"dfcba35e8da88b7b40a27aadc58ec7d991cc005f","kind":"commit","published_at":"2013-11-01T17:30:52.000Z","download_url":"https://codeload.github.com/go-sql-driver/mysql/tar.gz/v1.0.3","html_url":"https://github.com/go-sql-driver/mysql/releases/tag/v1.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-sql-driver/mysql@v1.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-sql-driver%2Fmysql/tags/v1.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-sql-driver%2Fmysql/tags/v1.0.3/manifests"},{"name":"v1.0.2","sha":"fdeb5682f67d1859ae53d49ea4a1ac5d033fc747","kind":"commit","published_at":"2013-07-11T13:03:12.000Z","download_url":"https://codeload.github.com/go-sql-driver/mysql/tar.gz/v1.0.2","html_url":"https://github.com/go-sql-driver/mysql/releases/tag/v1.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-sql-driver/mysql@v1.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-sql-driver%2Fmysql/tags/v1.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-sql-driver%2Fmysql/tags/v1.0.2/manifests"},{"name":"v1.0.1","sha":"75bb76ec381d160c6b119bd8004a12979b0f2008","kind":"tag","published_at":"2013-06-03T20:24:42.000Z","download_url":"https://codeload.github.com/go-sql-driver/mysql/tar.gz/v1.0.1","html_url":"https://github.com/go-sql-driver/mysql/releases/tag/v1.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-sql-driver/mysql@v1.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-sql-driver%2Fmysql/tags/v1.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-sql-driver%2Fmysql/tags/v1.0.1/manifests"},{"name":"v1.0.0","sha":"22eaba4f618a14fef6300cd0ede8571c3402fcf7","kind":"tag","published_at":"2013-05-14T16:35:54.000Z","download_url":"https://codeload.github.com/go-sql-driver/mysql/tar.gz/v1.0.0","html_url":"https://github.com/go-sql-driver/mysql/releases/tag/v1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-sql-driver/mysql@v1.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-sql-driver%2Fmysql/tags/v1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-sql-driver%2Fmysql/tags/v1.0.0/manifests"},{"name":"v1.0","sha":"efc283619ef617521ca327d5253108ef06e3f969","kind":"tag","published_at":"2013-05-14T16:35:54.000Z","download_url":"https://codeload.github.com/go-sql-driver/mysql/tar.gz/v1.0","html_url":"https://github.com/go-sql-driver/mysql/releases/tag/v1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-sql-driver/mysql@v1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-sql-driver%2Fmysql/tags/v1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-sql-driver%2Fmysql/tags/v1.0/manifests"},{"name":"beta5","sha":"a07a61ee7cc19a28658b65ef30228ed9aa2fa44e","kind":"commit","published_at":"2013-04-26T08:03:30.000Z","download_url":"https://codeload.github.com/go-sql-driver/mysql/tar.gz/beta5","html_url":"https://github.com/go-sql-driver/mysql/releases/tag/beta5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-sql-driver/mysql@beta5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-sql-driver%2Fmysql/tags/beta5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-sql-driver%2Fmysql/tags/beta5/manifests"},{"name":"beta4","sha":"77acdcc72d10007d0491a94fab77d9d559ecb787","kind":"commit","published_at":"2013-03-15T16:04:30.000Z","download_url":"https://codeload.github.com/go-sql-driver/mysql/tar.gz/beta4","html_url":"https://github.com/go-sql-driver/mysql/releases/tag/beta4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-sql-driver/mysql@beta4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-sql-driver%2Fmysql/tags/beta4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-sql-driver%2Fmysql/tags/beta4/manifests"},{"name":"beta3","sha":"a48f79b55b5a2107793c84c3bbd445138dc7f0d5","kind":"tag","published_at":"2013-03-02T02:15:35.000Z","download_url":"https://codeload.github.com/go-sql-driver/mysql/tar.gz/beta3","html_url":"https://github.com/go-sql-driver/mysql/releases/tag/beta3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-sql-driver/mysql@beta3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-sql-driver%2Fmysql/tags/beta3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-sql-driver%2Fmysql/tags/beta3/manifests"}]},"repo_metadata_updated_at":"2026-05-24T00:15:48.605Z","dependent_packages_count":27375,"downloads":null,"downloads_period":null,"dependent_repos_count":94880,"rankings":{"downloads":null,"dependent_repos_count":0.012935986374094353,"dependent_packages_count":0.006262660069998059,"stargazers_count":0.5261661124383615,"forks_count":0.28931436192220544,"docker_downloads_count":0.019403979561141527,"average":0.17081662007316017},"purl":"pkg:golang/github.com/go-sql-driver/mysql","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/go/github.com/go-sql-driver/mysql","docker_dependents_count":5072,"docker_downloads_count":16581004046,"usage_url":"https://repos.ecosyste.ms/usage/go/github.com/go-sql-driver/mysql","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/go/github.com/go-sql-driver/mysql/dependencies","status":null,"funding_links":[],"critical":true,"issue_metadata":{"last_synced_at":"2025-08-20T21:37:51.271Z","issues_count":234,"pull_requests_count":187,"avg_time_to_close_issue":24278954.36318408,"avg_time_to_close_pull_request":11838435.994413408,"issues_closed_count":200,"pull_requests_closed_count":179,"pull_request_authors_count":84,"issue_authors_count":199,"avg_comments_per_issue":4.0085470085470085,"avg_comments_per_pull_request":3.0106951871657754,"merged_pull_requests_count":131,"bot_issues_count":0,"bot_pull_requests_count":0,"past_year_issues_count":47,"past_year_pull_requests_count":49,"past_year_avg_time_to_close_issue":1681230.5789473683,"past_year_avg_time_to_close_pull_request":591398.1304347826,"past_year_issues_closed_count":38,"past_year_pull_requests_closed_count":46,"past_year_pull_request_authors_count":15,"past_year_issue_authors_count":42,"past_year_avg_comments_per_issue":1.978723404255319,"past_year_avg_comments_per_pull_request":2.7346938775510203,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":0,"past_year_merged_pull_requests_count":36,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-sql-driver%2Fmysql/issues","maintainers":[{"login":"methane","count":75,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/methane"},{"login":"julienschmidt","count":7,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/julienschmidt"}],"active_maintainers":[{"login":"methane","count":28,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/methane"}]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2Fgo-sql-driver%2Fmysql/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2Fgo-sql-driver%2Fmysql/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2Fgo-sql-driver%2Fmysql/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2Fgo-sql-driver%2Fmysql/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2Fgo-sql-driver%2Fmysql/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2Fgo-sql-driver%2Fmysql/codemeta","maintainers":[]}