{"id":3499392,"name":"github.com/huandu/go-sqlbuilder","ecosystem":"go","description":"Package sqlbuilder is a flexible and powerful tool to build SQL string and associated args.","homepage":"https://github.com/huandu/go-sqlbuilder","licenses":"MIT","normalized_licenses":["MIT"],"repository_url":"https://github.com/huandu/go-sqlbuilder","keywords_array":[],"namespace":"github.com/huandu","versions_count":67,"first_release_published_at":"2018-09-06T17:02:29.000Z","latest_release_published_at":"2026-06-21T13:16:30.000Z","latest_release_number":"v1.42.1","last_synced_at":"2026-08-17T09:35:16.705Z","created_at":"2022-04-10T19:59:19.326Z","updated_at":"2026-08-17T09:48:27.588Z","registry_url":"https://pkg.go.dev/github.com/huandu/go-sqlbuilder","install_command":"go get github.com/huandu/go-sqlbuilder","documentation_url":"https://pkg.go.dev/github.com/huandu/go-sqlbuilder#section-documentation","metadata":{},"repo_metadata":{"id":37493263,"uuid":"115539456","full_name":"huandu/go-sqlbuilder","owner":"huandu","description":"A flexible and powerful SQL string builder library plus a zero-config ORM.","archived":false,"fork":false,"pushed_at":"2026-06-21T13:17:30.000Z","size":455,"stargazers_count":1722,"open_issues_count":3,"forks_count":140,"subscribers_count":9,"default_branch":"master","last_synced_at":"2026-08-09T10:42:23.264Z","etag":null,"topics":["database","go","hiveql","lightweight","mysql","orm","postgresql","sql","sql-builder","sqlite","sqlx","well-tested"],"latest_commit_sha":null,"homepage":"https://pkg.go.dev/github.com/huandu/go-sqlbuilder","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/huandu.png","metadata":{"files":{"readme":"README.md","changelog":null,"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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"claude":null,"gemini":null,"cursor":null,"copilot":null,"dco":null,"cla":null,"disclosure":null}},"created_at":"2017-12-27T16:37:48.000Z","updated_at":"2026-08-07T12:02:24.000Z","dependencies_parsed_at":"2023-02-15T23:46:06.399Z","dependency_job_id":"fab297b2-c58f-4ecb-9ff6-e8c69d505a4e","html_url":"https://github.com/huandu/go-sqlbuilder","commit_stats":{"total_commits":165,"total_committers":24,"mean_commits":6.875,"dds":0.4121212121212121,"last_synced_commit":"9fc30d96be87c7fb1c3ea235b562416cc1f56916"},"previous_names":[],"tags_count":68,"template":false,"template_full_name":null,"purl":"pkg:github/huandu/go-sqlbuilder","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/huandu%2Fgo-sqlbuilder","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/huandu%2Fgo-sqlbuilder/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/huandu%2Fgo-sqlbuilder/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/huandu%2Fgo-sqlbuilder/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/huandu","download_url":"https://codeload.github.com/huandu/go-sqlbuilder/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/huandu%2Fgo-sqlbuilder/sbom","scorecard":{"id":471477,"data":{"date":"2025-08-11","repo":{"name":"github.com/huandu/go-sqlbuilder","commit":"4e4c7b0208421551afb62423289aca5d3a86bfe6"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":5.2,"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":"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":"Maintained","score":10,"reason":"11 commit(s) and 6 issue activity found in the last 90 days -- score normalized to 10","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#maintained"}},{"name":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: no topLevel permission defined: .github/workflows/go.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":"Code-Review","score":2,"reason":"Found 4/16 approved changesets -- score normalized to 2","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":"Pinned-Dependencies","score":0,"reason":"dependency not pinned by hash detected -- score normalized to 0","details":["Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/go.yml:15: update your workflow using https://app.stepsecurity.io/secureworkflow/huandu/go-sqlbuilder/go.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/go.yml:20: update your workflow using https://app.stepsecurity.io/secureworkflow/huandu/go-sqlbuilder/go.yml/master?enable=pin","Warn: goCommand not pinned by hash: .github/workflows/go.yml:34","Info:   0 out of   2 GitHub-owned GitHubAction dependencies pinned","Info:   0 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":"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":"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":"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":"Fuzzing","score":10,"reason":"project is fuzzed","details":["Info: GoBuiltInFuzzer integration found: select_fuzz_test.go:204"],"documentation":{"short":"Determines if the project uses fuzzing.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#fuzzing"}},{"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":"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":"SAST","score":0,"reason":"SAST tool is not run on all commits -- score normalized to 0","details":["Warn: 0 commits out of 25 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-19T13:59:26.871Z","repository_id":37493263,"created_at":"2025-08-19T13:59:26.872Z","updated_at":"2025-08-19T13:59:26.872Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":36459101,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-08-06T04:43:03.162Z","status":"online","status_checked_at":"2026-08-09T02:00:06.528Z","response_time":130,"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":"huandu","name":"Huan Du","uuid":"239739","kind":"user","description":"I'm a software developer born \u0026 living in China. I'm very motivated and satisfied if my projects can help other developers to solve real world issues.","email":"","website":null,"location":"Beijing, China","twitter":null,"company":"@altstory","icon_url":"https://avatars.githubusercontent.com/u/239739?u=78246de2c39a43d3a8cc9eab708f8ca483e3b985\u0026v=4","repositories_count":59,"last_synced_at":"2025-07-17T16:02:52.464Z","metadata":{"has_sponsors_listing":false},"html_url":"https://github.com/huandu","funding_links":[],"total_stars":5520,"followers":1392,"following":37,"created_at":"2022-11-02T21:41:41.072Z","updated_at":"2025-07-17T16:02:52.464Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/huandu","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/huandu/repositories"},"tags":[{"name":"v1.42.1","sha":"345b646003cea85d5e86a54bd78d25c54f82f0e7","kind":"commit","published_at":"2026-06-21T13:16:30.000Z","download_url":"https://codeload.github.com/huandu/go-sqlbuilder/tar.gz/v1.42.1","html_url":"https://github.com/huandu/go-sqlbuilder/releases/tag/v1.42.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/huandu/go-sqlbuilder@v1.42.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/huandu%2Fgo-sqlbuilder/tags/v1.42.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/huandu%2Fgo-sqlbuilder/tags/v1.42.1/manifests"},{"name":"v1.42.0","sha":"289c7205eed2fa8a6a5954595db4dc66ae835dc8","kind":"commit","published_at":"2026-06-19T19:14:37.000Z","download_url":"https://codeload.github.com/huandu/go-sqlbuilder/tar.gz/v1.42.0","html_url":"https://github.com/huandu/go-sqlbuilder/releases/tag/v1.42.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/huandu/go-sqlbuilder@v1.42.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/huandu%2Fgo-sqlbuilder/tags/v1.42.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/huandu%2Fgo-sqlbuilder/tags/v1.42.0/manifests"},{"name":"v1.41.0","sha":"44837218602c8f96eac9f27411d5b93a20dc979d","kind":"commit","published_at":"2026-05-03T13:02:54.000Z","download_url":"https://codeload.github.com/huandu/go-sqlbuilder/tar.gz/v1.41.0","html_url":"https://github.com/huandu/go-sqlbuilder/releases/tag/v1.41.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/huandu/go-sqlbuilder@v1.41.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/huandu%2Fgo-sqlbuilder/tags/v1.41.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/huandu%2Fgo-sqlbuilder/tags/v1.41.0/manifests"},{"name":"v1.40.2","sha":"caa42d4ea32f27d58903b918e939dfb716314caa","kind":"commit","published_at":"2026-04-08T05:29:15.000Z","download_url":"https://codeload.github.com/huandu/go-sqlbuilder/tar.gz/v1.40.2","html_url":"https://github.com/huandu/go-sqlbuilder/releases/tag/v1.40.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/huandu/go-sqlbuilder@v1.40.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/huandu%2Fgo-sqlbuilder/tags/v1.40.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/huandu%2Fgo-sqlbuilder/tags/v1.40.2/manifests"},{"name":"v1.40.1","sha":"e118b206280b5ecd415a657c65829a0e45628a33","kind":"commit","published_at":"2026-04-01T05:24:48.000Z","download_url":"https://codeload.github.com/huandu/go-sqlbuilder/tar.gz/v1.40.1","html_url":"https://github.com/huandu/go-sqlbuilder/releases/tag/v1.40.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/huandu/go-sqlbuilder@v1.40.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/huandu%2Fgo-sqlbuilder/tags/v1.40.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/huandu%2Fgo-sqlbuilder/tags/v1.40.1/manifests"},{"name":"v1.40.0","sha":"dd31c4a291ecf35308d0d8799d537073764cfc92","kind":"commit","published_at":"2026-03-20T12:39:34.000Z","download_url":"https://codeload.github.com/huandu/go-sqlbuilder/tar.gz/v1.40.0","html_url":"https://github.com/huandu/go-sqlbuilder/releases/tag/v1.40.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/huandu/go-sqlbuilder@v1.40.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/huandu%2Fgo-sqlbuilder/tags/v1.40.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/huandu%2Fgo-sqlbuilder/tags/v1.40.0/manifests"},{"name":"v1.39.1","sha":"86715e9ba7c9e3cb06954dec6c9bea84cdfcaeb7","kind":"commit","published_at":"2026-02-10T09:37:41.000Z","download_url":"https://codeload.github.com/huandu/go-sqlbuilder/tar.gz/v1.39.1","html_url":"https://github.com/huandu/go-sqlbuilder/releases/tag/v1.39.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/huandu/go-sqlbuilder@v1.39.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/huandu%2Fgo-sqlbuilder/tags/v1.39.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/huandu%2Fgo-sqlbuilder/tags/v1.39.1/manifests"},{"name":"v1.39.0","sha":"03c69da7c284c67e6eecc501ea3db1f0cb6014e3","kind":"commit","published_at":"2026-01-20T07:30:37.000Z","download_url":"https://codeload.github.com/huandu/go-sqlbuilder/tar.gz/v1.39.0","html_url":"https://github.com/huandu/go-sqlbuilder/releases/tag/v1.39.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/huandu/go-sqlbuilder@v1.39.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/huandu%2Fgo-sqlbuilder/tags/v1.39.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/huandu%2Fgo-sqlbuilder/tags/v1.39.0/manifests"},{"name":"v1.38.2","sha":"21cf114ef4b4d0bc5126222abcd2f94bce317e3a","kind":"commit","published_at":"2025-12-30T07:24:20.000Z","download_url":"https://codeload.github.com/huandu/go-sqlbuilder/tar.gz/v1.38.2","html_url":"https://github.com/huandu/go-sqlbuilder/releases/tag/v1.38.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/huandu/go-sqlbuilder@v1.38.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/huandu%2Fgo-sqlbuilder/tags/v1.38.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/huandu%2Fgo-sqlbuilder/tags/v1.38.2/manifests"},{"name":"v1.38.1","sha":"e4f129e422fa7217c6e580e6950aadc758484246","kind":"commit","published_at":"2025-10-24T04:23:49.000Z","download_url":"https://codeload.github.com/huandu/go-sqlbuilder/tar.gz/v1.38.1","html_url":"https://github.com/huandu/go-sqlbuilder/releases/tag/v1.38.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/huandu/go-sqlbuilder@v1.38.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/huandu%2Fgo-sqlbuilder/tags/v1.38.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/huandu%2Fgo-sqlbuilder/tags/v1.38.1/manifests"},{"name":"v1.38.0","sha":"87617c3caf3121922c8eb79168e8026f77f84794","kind":"commit","published_at":"2025-10-10T08:27:13.000Z","download_url":"https://codeload.github.com/huandu/go-sqlbuilder/tar.gz/v1.38.0","html_url":"https://github.com/huandu/go-sqlbuilder/releases/tag/v1.38.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/huandu/go-sqlbuilder@v1.38.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/huandu%2Fgo-sqlbuilder/tags/v1.38.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/huandu%2Fgo-sqlbuilder/tags/v1.38.0/manifests"},{"name":"v1.37.0","sha":"044cf35caf9c454a03190def2d23f124b6105de0","kind":"commit","published_at":"2025-09-17T11:46:36.000Z","download_url":"https://codeload.github.com/huandu/go-sqlbuilder/tar.gz/v1.37.0","html_url":"https://github.com/huandu/go-sqlbuilder/releases/tag/v1.37.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/huandu/go-sqlbuilder@v1.37.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/huandu%2Fgo-sqlbuilder/tags/v1.37.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/huandu%2Fgo-sqlbuilder/tags/v1.37.0/manifests"},{"name":"v1.36.1","sha":"4e4c7b0208421551afb62423289aca5d3a86bfe6","kind":"commit","published_at":"2025-08-11T10:32:23.000Z","download_url":"https://codeload.github.com/huandu/go-sqlbuilder/tar.gz/v1.36.1","html_url":"https://github.com/huandu/go-sqlbuilder/releases/tag/v1.36.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/huandu/go-sqlbuilder@v1.36.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/huandu%2Fgo-sqlbuilder/tags/v1.36.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/huandu%2Fgo-sqlbuilder/tags/v1.36.1/manifests"},{"name":"v1.36.0","sha":"51f40baa5c35924b251cd0b0bc4fad1b8631e0af","kind":"commit","published_at":"2025-07-25T03:07:39.000Z","download_url":"https://codeload.github.com/huandu/go-sqlbuilder/tar.gz/v1.36.0","html_url":"https://github.com/huandu/go-sqlbuilder/releases/tag/v1.36.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/huandu/go-sqlbuilder@v1.36.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/huandu%2Fgo-sqlbuilder/tags/v1.36.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/huandu%2Fgo-sqlbuilder/tags/v1.36.0/manifests"},{"name":"v1.35.1","sha":"746784b915864a7e71c46b0daa394d08e5415379","kind":"tag","published_at":"2025-06-12T17:07:42.000Z","download_url":"https://codeload.github.com/huandu/go-sqlbuilder/tar.gz/v1.35.1","html_url":"https://github.com/huandu/go-sqlbuilder/releases/tag/v1.35.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/huandu/go-sqlbuilder@v1.35.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/huandu%2Fgo-sqlbuilder/tags/v1.35.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/huandu%2Fgo-sqlbuilder/tags/v1.35.1/manifests"},{"name":"v1.35.0","sha":"dad603cd146bc2768f8d26ed7099876d61461074","kind":"commit","published_at":"2025-03-20T11:05:19.000Z","download_url":"https://codeload.github.com/huandu/go-sqlbuilder/tar.gz/v1.35.0","html_url":"https://github.com/huandu/go-sqlbuilder/releases/tag/v1.35.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/huandu/go-sqlbuilder@v1.35.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/huandu%2Fgo-sqlbuilder/tags/v1.35.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/huandu%2Fgo-sqlbuilder/tags/v1.35.0/manifests"},{"name":"v1.34.0","sha":"87b9c12200c438848a7d8cbd090f0fc33768760d","kind":"commit","published_at":"2025-02-11T07:48:12.000Z","download_url":"https://codeload.github.com/huandu/go-sqlbuilder/tar.gz/v1.34.0","html_url":"https://github.com/huandu/go-sqlbuilder/releases/tag/v1.34.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/huandu/go-sqlbuilder@v1.34.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/huandu%2Fgo-sqlbuilder/tags/v1.34.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/huandu%2Fgo-sqlbuilder/tags/v1.34.0/manifests"},{"name":"v1.33.1","sha":"b0b0b026027255f7cb49e1071bdad42504cc0118","kind":"commit","published_at":"2024-12-05T05:00:55.000Z","download_url":"https://codeload.github.com/huandu/go-sqlbuilder/tar.gz/v1.33.1","html_url":"https://github.com/huandu/go-sqlbuilder/releases/tag/v1.33.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/huandu/go-sqlbuilder@v1.33.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/huandu%2Fgo-sqlbuilder/tags/v1.33.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/huandu%2Fgo-sqlbuilder/tags/v1.33.1/manifests"},{"name":"v1.33.0","sha":"c4b67f54e0637719c99daf598d85f9ec7ada765f","kind":"commit","published_at":"2024-12-03T08:02:23.000Z","download_url":"https://codeload.github.com/huandu/go-sqlbuilder/tar.gz/v1.33.0","html_url":"https://github.com/huandu/go-sqlbuilder/releases/tag/v1.33.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/huandu/go-sqlbuilder@v1.33.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/huandu%2Fgo-sqlbuilder/tags/v1.33.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/huandu%2Fgo-sqlbuilder/tags/v1.33.0/manifests"},{"name":"v1.32.0","sha":"5067ee73277744bfdc232aca19e08d761b6646a0","kind":"commit","published_at":"2024-11-06T04:30:42.000Z","download_url":"https://codeload.github.com/huandu/go-sqlbuilder/tar.gz/v1.32.0","html_url":"https://github.com/huandu/go-sqlbuilder/releases/tag/v1.32.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/huandu/go-sqlbuilder@v1.32.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/huandu%2Fgo-sqlbuilder/tags/v1.32.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/huandu%2Fgo-sqlbuilder/tags/v1.32.0/manifests"},{"name":"v1.31.0","sha":"be6fb8b92bdfc120a259003b4e0d59f896144301","kind":"commit","published_at":"2024-10-28T05:52:43.000Z","download_url":"https://codeload.github.com/huandu/go-sqlbuilder/tar.gz/v1.31.0","html_url":"https://github.com/huandu/go-sqlbuilder/releases/tag/v1.31.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/huandu/go-sqlbuilder@v1.31.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/huandu%2Fgo-sqlbuilder/tags/v1.31.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/huandu%2Fgo-sqlbuilder/tags/v1.31.0/manifests"},{"name":"v1.30.1","sha":"c32965545e7d7fcb1d208e03db9cc0caf4adc70f","kind":"commit","published_at":"2024-10-10T05:20:45.000Z","download_url":"https://codeload.github.com/huandu/go-sqlbuilder/tar.gz/v1.30.1","html_url":"https://github.com/huandu/go-sqlbuilder/releases/tag/v1.30.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/huandu/go-sqlbuilder@v1.30.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/huandu%2Fgo-sqlbuilder/tags/v1.30.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/huandu%2Fgo-sqlbuilder/tags/v1.30.1/manifests"},{"name":"v1.30.0","sha":"5d9be7f47523a8e92e694661f2b3fc6f46ba699f","kind":"commit","published_at":"2024-09-24T06:40:15.000Z","download_url":"https://codeload.github.com/huandu/go-sqlbuilder/tar.gz/v1.30.0","html_url":"https://github.com/huandu/go-sqlbuilder/releases/tag/v1.30.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/huandu/go-sqlbuilder@v1.30.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/huandu%2Fgo-sqlbuilder/tags/v1.30.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/huandu%2Fgo-sqlbuilder/tags/v1.30.0/manifests"},{"name":"v1.29.1","sha":"fa64168c7d3e8c73ac5db04b84678cdf57b7219b","kind":"commit","published_at":"2024-09-10T09:22:08.000Z","download_url":"https://codeload.github.com/huandu/go-sqlbuilder/tar.gz/v1.29.1","html_url":"https://github.com/huandu/go-sqlbuilder/releases/tag/v1.29.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/huandu/go-sqlbuilder@v1.29.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/huandu%2Fgo-sqlbuilder/tags/v1.29.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/huandu%2Fgo-sqlbuilder/tags/v1.29.1/manifests"},{"name":"v1.29.0","sha":"d6f429ccc11aac61ca643d293d9f5a1c1378342d","kind":"commit","published_at":"2024-09-08T18:05:14.000Z","download_url":"https://codeload.github.com/huandu/go-sqlbuilder/tar.gz/v1.29.0","html_url":"https://github.com/huandu/go-sqlbuilder/releases/tag/v1.29.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/huandu/go-sqlbuilder@v1.29.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/huandu%2Fgo-sqlbuilder/tags/v1.29.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/huandu%2Fgo-sqlbuilder/tags/v1.29.0/manifests"},{"name":"v1.28.1","sha":"2cc1f8cad6256b0e8271f3a213256b4a8b2a4fb3","kind":"commit","published_at":"2024-08-04T12:29:26.000Z","download_url":"https://codeload.github.com/huandu/go-sqlbuilder/tar.gz/v1.28.1","html_url":"https://github.com/huandu/go-sqlbuilder/releases/tag/v1.28.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/huandu/go-sqlbuilder@v1.28.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/huandu%2Fgo-sqlbuilder/tags/v1.28.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/huandu%2Fgo-sqlbuilder/tags/v1.28.1/manifests"},{"name":"v1.28.0","sha":"ebceb9149597c45c9021a34f17ce95c6d20cc943","kind":"commit","published_at":"2024-07-26T04:22:41.000Z","download_url":"https://codeload.github.com/huandu/go-sqlbuilder/tar.gz/v1.28.0","html_url":"https://github.com/huandu/go-sqlbuilder/releases/tag/v1.28.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/huandu/go-sqlbuilder@v1.28.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/huandu%2Fgo-sqlbuilder/tags/v1.28.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/huandu%2Fgo-sqlbuilder/tags/v1.28.0/manifests"},{"name":"v1.27.3","sha":"9fc30d96be87c7fb1c3ea235b562416cc1f56916","kind":"commit","published_at":"2024-05-26T06:23:24.000Z","download_url":"https://codeload.github.com/huandu/go-sqlbuilder/tar.gz/v1.27.3","html_url":"https://github.com/huandu/go-sqlbuilder/releases/tag/v1.27.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/huandu/go-sqlbuilder@v1.27.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/huandu%2Fgo-sqlbuilder/tags/v1.27.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/huandu%2Fgo-sqlbuilder/tags/v1.27.3/manifests"},{"name":"v1.27.2","sha":"08114a0155afa9c2c9c983f061cd8d76c54b96cd","kind":"commit","published_at":"2024-05-20T03:34:51.000Z","download_url":"https://codeload.github.com/huandu/go-sqlbuilder/tar.gz/v1.27.2","html_url":"https://github.com/huandu/go-sqlbuilder/releases/tag/v1.27.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/huandu/go-sqlbuilder@v1.27.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/huandu%2Fgo-sqlbuilder/tags/v1.27.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/huandu%2Fgo-sqlbuilder/tags/v1.27.2/manifests"},{"name":"v1.27.1","sha":"5fd41b4de21671416e10abadeb1a61126dc8d7d7","kind":"commit","published_at":"2024-04-23T18:52:38.000Z","download_url":"https://codeload.github.com/huandu/go-sqlbuilder/tar.gz/v1.27.1","html_url":"https://github.com/huandu/go-sqlbuilder/releases/tag/v1.27.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/huandu/go-sqlbuilder@v1.27.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/huandu%2Fgo-sqlbuilder/tags/v1.27.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/huandu%2Fgo-sqlbuilder/tags/v1.27.1/manifests"},{"name":"v1.27.0","sha":"c6a9ca27d559507804a6373dd24a57dab4aae3b4","kind":"commit","published_at":"2024-04-15T03:53:04.000Z","download_url":"https://codeload.github.com/huandu/go-sqlbuilder/tar.gz/v1.27.0","html_url":"https://github.com/huandu/go-sqlbuilder/releases/tag/v1.27.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/huandu/go-sqlbuilder@v1.27.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/huandu%2Fgo-sqlbuilder/tags/v1.27.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/huandu%2Fgo-sqlbuilder/tags/v1.27.0/manifests"},{"name":"v1.26.0","sha":"c35040f28f6d9e02a91d634afa1d4146aae4727d","kind":"commit","published_at":"2024-03-30T15:52:04.000Z","download_url":"https://codeload.github.com/huandu/go-sqlbuilder/tar.gz/v1.26.0","html_url":"https://github.com/huandu/go-sqlbuilder/releases/tag/v1.26.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/huandu/go-sqlbuilder@v1.26.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/huandu%2Fgo-sqlbuilder/tags/v1.26.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/huandu%2Fgo-sqlbuilder/tags/v1.26.0/manifests"},{"name":"v1.25.0","sha":"a5eff69cc5b36835eac0ec604b6bc7c74ef9f53b","kind":"commit","published_at":"2023-11-30T15:57:25.000Z","download_url":"https://codeload.github.com/huandu/go-sqlbuilder/tar.gz/v1.25.0","html_url":"https://github.com/huandu/go-sqlbuilder/releases/tag/v1.25.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/huandu/go-sqlbuilder@v1.25.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/huandu%2Fgo-sqlbuilder/tags/v1.25.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/huandu%2Fgo-sqlbuilder/tags/v1.25.0/manifests"},{"name":"v1.24.0","sha":"eb77f78530fd2bb65ab98b5eaca8870c37107f08","kind":"commit","published_at":"2023-11-20T10:30:21.000Z","download_url":"https://codeload.github.com/huandu/go-sqlbuilder/tar.gz/v1.24.0","html_url":"https://github.com/huandu/go-sqlbuilder/releases/tag/v1.24.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/huandu/go-sqlbuilder@v1.24.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/huandu%2Fgo-sqlbuilder/tags/v1.24.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/huandu%2Fgo-sqlbuilder/tags/v1.24.0/manifests"},{"name":"v1.23.0","sha":"fd93ff9ec95120c6d62ffe877952a1970381ecdd","kind":"commit","published_at":"2023-11-04T06:42:56.000Z","download_url":"https://codeload.github.com/huandu/go-sqlbuilder/tar.gz/v1.23.0","html_url":"https://github.com/huandu/go-sqlbuilder/releases/tag/v1.23.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/huandu/go-sqlbuilder@v1.23.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/huandu%2Fgo-sqlbuilder/tags/v1.23.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/huandu%2Fgo-sqlbuilder/tags/v1.23.0/manifests"},{"name":"v1.22.0","sha":"18c5787c912c2ea60d6fc0c59e76557930db05f4","kind":"commit","published_at":"2023-07-22T15:13:48.000Z","download_url":"https://codeload.github.com/huandu/go-sqlbuilder/tar.gz/v1.22.0","html_url":"https://github.com/huandu/go-sqlbuilder/releases/tag/v1.22.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/huandu/go-sqlbuilder@v1.22.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/huandu%2Fgo-sqlbuilder/tags/v1.22.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/huandu%2Fgo-sqlbuilder/tags/v1.22.0/manifests"},{"name":"v1.21.0","sha":"20d1fd8bcc68ce4e5121cca28f4fa6a22faf44a6","kind":"commit","published_at":"2023-04-01T08:57:49.000Z","download_url":"https://codeload.github.com/huandu/go-sqlbuilder/tar.gz/v1.21.0","html_url":"https://github.com/huandu/go-sqlbuilder/releases/tag/v1.21.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/huandu/go-sqlbuilder@v1.21.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/huandu%2Fgo-sqlbuilder/tags/v1.21.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/huandu%2Fgo-sqlbuilder/tags/v1.21.0/manifests"},{"name":"v1.20.0","sha":"71a85126ce674e6377236c1c19c02b950d8a60b0","kind":"commit","published_at":"2023-02-27T02:15:47.000Z","download_url":"https://codeload.github.com/huandu/go-sqlbuilder/tar.gz/v1.20.0","html_url":"https://github.com/huandu/go-sqlbuilder/releases/tag/v1.20.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/huandu/go-sqlbuilder@v1.20.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/huandu%2Fgo-sqlbuilder/tags/v1.20.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/huandu%2Fgo-sqlbuilder/tags/v1.20.0/manifests"},{"name":"v1.19.0","sha":"1191d338f5ce9eebc4a1ce2c6f8fa5a8b8910850","kind":"commit","published_at":"2023-01-12T09:08:08.000Z","download_url":"https://codeload.github.com/huandu/go-sqlbuilder/tar.gz/v1.19.0","html_url":"https://github.com/huandu/go-sqlbuilder/releases/tag/v1.19.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/huandu/go-sqlbuilder@v1.19.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/huandu%2Fgo-sqlbuilder/tags/v1.19.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/huandu%2Fgo-sqlbuilder/tags/v1.19.0/manifests"},{"name":"v1.18.0","sha":"f5453c8d30fce8e6969c3ed48809d7ee313f09d4","kind":"commit","published_at":"2022-12-15T08:02:19.000Z","download_url":"https://codeload.github.com/huandu/go-sqlbuilder/tar.gz/v1.18.0","html_url":"https://github.com/huandu/go-sqlbuilder/releases/tag/v1.18.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/huandu/go-sqlbuilder@v1.18.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/huandu%2Fgo-sqlbuilder/tags/v1.18.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/huandu%2Fgo-sqlbuilder/tags/v1.18.0/manifests"},{"name":"v1.17.0","sha":"f299327ac4bce191ee9e37f3b3faed85416932da","kind":"commit","published_at":"2022-11-24T08:42:12.000Z","download_url":"https://codeload.github.com/huandu/go-sqlbuilder/tar.gz/v1.17.0","html_url":"https://github.com/huandu/go-sqlbuilder/releases/tag/v1.17.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/huandu/go-sqlbuilder@v1.17.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/huandu%2Fgo-sqlbuilder/tags/v1.17.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/huandu%2Fgo-sqlbuilder/tags/v1.17.0/manifests"},{"name":"v1.16.0","sha":"167e2ad49c1b18280eeb46210aedfa5609742471","kind":"commit","published_at":"2022-09-17T10:42:12.000Z","download_url":"https://codeload.github.com/huandu/go-sqlbuilder/tar.gz/v1.16.0","html_url":"https://github.com/huandu/go-sqlbuilder/releases/tag/v1.16.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/huandu/go-sqlbuilder@v1.16.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/huandu%2Fgo-sqlbuilder/tags/v1.16.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/huandu%2Fgo-sqlbuilder/tags/v1.16.0/manifests"},{"name":"v1.15.1","sha":"60a70e2cb5fdfbf355f433047e3ccc443230b395","kind":"commit","published_at":"2022-09-03T16:09:09.000Z","download_url":"https://codeload.github.com/huandu/go-sqlbuilder/tar.gz/v1.15.1","html_url":"https://github.com/huandu/go-sqlbuilder/releases/tag/v1.15.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/huandu/go-sqlbuilder@v1.15.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/huandu%2Fgo-sqlbuilder/tags/v1.15.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/huandu%2Fgo-sqlbuilder/tags/v1.15.1/manifests"},{"name":"v1.15.0","sha":"a28343665be2b1be6f1f8e876dcb07717c66ed15","kind":"commit","published_at":"2022-07-24T01:46:00.000Z","download_url":"https://codeload.github.com/huandu/go-sqlbuilder/tar.gz/v1.15.0","html_url":"https://github.com/huandu/go-sqlbuilder/releases/tag/v1.15.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/huandu/go-sqlbuilder@v1.15.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/huandu%2Fgo-sqlbuilder/tags/v1.15.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/huandu%2Fgo-sqlbuilder/tags/v1.15.0/manifests"},{"name":"v1.14.1","sha":"20e19b92deccd1463387579b3b7ce31decf781ae","kind":"commit","published_at":"2022-07-16T06:40:00.000Z","download_url":"https://codeload.github.com/huandu/go-sqlbuilder/tar.gz/v1.14.1","html_url":"https://github.com/huandu/go-sqlbuilder/releases/tag/v1.14.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/huandu/go-sqlbuilder@v1.14.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/huandu%2Fgo-sqlbuilder/tags/v1.14.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/huandu%2Fgo-sqlbuilder/tags/v1.14.1/manifests"},{"name":"v1.14.0","sha":"3cc16715f1cc270d0b93a134b829e4bfa25698ee","kind":"commit","published_at":"2022-06-25T07:07:58.000Z","download_url":"https://codeload.github.com/huandu/go-sqlbuilder/tar.gz/v1.14.0","html_url":"https://github.com/huandu/go-sqlbuilder/releases/tag/v1.14.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/huandu/go-sqlbuilder@v1.14.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/huandu%2Fgo-sqlbuilder/tags/v1.14.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/huandu%2Fgo-sqlbuilder/tags/v1.14.0/manifests"},{"name":"v1.13.0","sha":"153aee08e0ae27761cf460a50261364cc9453180","kind":"commit","published_at":"2021-09-07T02:57:41.000Z","download_url":"https://codeload.github.com/huandu/go-sqlbuilder/tar.gz/v1.13.0","html_url":"https://github.com/huandu/go-sqlbuilder/releases/tag/v1.13.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/huandu/go-sqlbuilder@v1.13.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/huandu%2Fgo-sqlbuilder/tags/v1.13.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/huandu%2Fgo-sqlbuilder/tags/v1.13.0/manifests"},{"name":"v1.12.2","sha":"d2aadb498380417ad409dd85287975dd6dd53acb","kind":"commit","published_at":"2021-07-25T07:34:47.000Z","download_url":"https://codeload.github.com/huandu/go-sqlbuilder/tar.gz/v1.12.2","html_url":"https://github.com/huandu/go-sqlbuilder/releases/tag/v1.12.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/huandu/go-sqlbuilder@v1.12.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/huandu%2Fgo-sqlbuilder/tags/v1.12.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/huandu%2Fgo-sqlbuilder/tags/v1.12.2/manifests"},{"name":"v1.12.1","sha":"02da50f8c2e4778c8bcb6e5586e1983e62f6710f","kind":"commit","published_at":"2021-03-27T18:00:54.000Z","download_url":"https://codeload.github.com/huandu/go-sqlbuilder/tar.gz/v1.12.1","html_url":"https://github.com/huandu/go-sqlbuilder/releases/tag/v1.12.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/huandu/go-sqlbuilder@v1.12.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/huandu%2Fgo-sqlbuilder/tags/v1.12.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/huandu%2Fgo-sqlbuilder/tags/v1.12.1/manifests"},{"name":"v1.12.0","sha":"1617ce0721747165f13b80b3a4323dbbd6c6c846","kind":"commit","published_at":"2021-02-21T12:18:09.000Z","download_url":"https://codeload.github.com/huandu/go-sqlbuilder/tar.gz/v1.12.0","html_url":"https://github.com/huandu/go-sqlbuilder/releases/tag/v1.12.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/huandu/go-sqlbuilder@v1.12.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/huandu%2Fgo-sqlbuilder/tags/v1.12.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/huandu%2Fgo-sqlbuilder/tags/v1.12.0/manifests"},{"name":"v1.11.0","sha":"116009bb93a3e5bc47aaf2eb3e28ef34c35d2614","kind":"commit","published_at":"2021-02-03T16:10:02.000Z","download_url":"https://codeload.github.com/huandu/go-sqlbuilder/tar.gz/v1.11.0","html_url":"https://github.com/huandu/go-sqlbuilder/releases/tag/v1.11.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/huandu/go-sqlbuilder@v1.11.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/huandu%2Fgo-sqlbuilder/tags/v1.11.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/huandu%2Fgo-sqlbuilder/tags/v1.11.0/manifests"},{"name":"v1.10.0","sha":"9c912372c6a0f1aa9692c6467eab29963b38d063","kind":"commit","published_at":"2020-12-26T16:07:30.000Z","download_url":"https://codeload.github.com/huandu/go-sqlbuilder/tar.gz/v1.10.0","html_url":"https://github.com/huandu/go-sqlbuilder/releases/tag/v1.10.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/huandu/go-sqlbuilder@v1.10.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/huandu%2Fgo-sqlbuilder/tags/v1.10.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/huandu%2Fgo-sqlbuilder/tags/v1.10.0/manifests"},{"name":"v1.9.2","sha":"12583ccaf141f54ccacf920ff84487715dfd63fc","kind":"commit","published_at":"2020-12-22T08:41:04.000Z","download_url":"https://codeload.github.com/huandu/go-sqlbuilder/tar.gz/v1.9.2","html_url":"https://github.com/huandu/go-sqlbuilder/releases/tag/v1.9.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/huandu/go-sqlbuilder@v1.9.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/huandu%2Fgo-sqlbuilder/tags/v1.9.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/huandu%2Fgo-sqlbuilder/tags/v1.9.2/manifests"},{"name":"v1.9.1","sha":"3936e152026b57deb0be91a67e56d9e8aaac242c","kind":"commit","published_at":"2020-12-22T05:34:29.000Z","download_url":"https://codeload.github.com/huandu/go-sqlbuilder/tar.gz/v1.9.1","html_url":"https://github.com/huandu/go-sqlbuilder/releases/tag/v1.9.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/huandu/go-sqlbuilder@v1.9.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/huandu%2Fgo-sqlbuilder/tags/v1.9.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/huandu%2Fgo-sqlbuilder/tags/v1.9.1/manifests"},{"name":"v1.9.0","sha":"e387133478cc8a5046b67be8f132c14c9487d9cf","kind":"commit","published_at":"2020-11-02T02:53:27.000Z","download_url":"https://codeload.github.com/huandu/go-sqlbuilder/tar.gz/v1.9.0","html_url":"https://github.com/huandu/go-sqlbuilder/releases/tag/v1.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/huandu/go-sqlbuilder@v1.9.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/huandu%2Fgo-sqlbuilder/tags/v1.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/huandu%2Fgo-sqlbuilder/tags/v1.9.0/manifests"},{"name":"v1.8.0","sha":"da0dc3a920b5e09393a6bcaafba21a0443871a12","kind":"commit","published_at":"2020-07-28T04:05:44.000Z","download_url":"https://codeload.github.com/huandu/go-sqlbuilder/tar.gz/v1.8.0","html_url":"https://github.com/huandu/go-sqlbuilder/releases/tag/v1.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/huandu/go-sqlbuilder@v1.8.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/huandu%2Fgo-sqlbuilder/tags/v1.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/huandu%2Fgo-sqlbuilder/tags/v1.8.0/manifests"},{"name":"v1.7.0","sha":"a4f634eb604fd667576c805d1320028c9ec9eb5c","kind":"commit","published_at":"2019-11-21T06:53:43.000Z","download_url":"https://codeload.github.com/huandu/go-sqlbuilder/tar.gz/v1.7.0","html_url":"https://github.com/huandu/go-sqlbuilder/releases/tag/v1.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/huandu/go-sqlbuilder@v1.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/huandu%2Fgo-sqlbuilder/tags/v1.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/huandu%2Fgo-sqlbuilder/tags/v1.7.0/manifests"},{"name":"v1.6.0","sha":"872ca24d313ac28a78dbba017bc46ae4a185e7f9","kind":"commit","published_at":"2019-11-11T08:55:43.000Z","download_url":"https://codeload.github.com/huandu/go-sqlbuilder/tar.gz/v1.6.0","html_url":"https://github.com/huandu/go-sqlbuilder/releases/tag/v1.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/huandu/go-sqlbuilder@v1.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/huandu%2Fgo-sqlbuilder/tags/v1.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/huandu%2Fgo-sqlbuilder/tags/v1.6.0/manifests"},{"name":"v1.5.2","sha":"24b0824ede38eee3f18b436f590dcd14d59f5f6f","kind":"commit","published_at":"2019-11-06T06:09:21.000Z","download_url":"https://codeload.github.com/huandu/go-sqlbuilder/tar.gz/v1.5.2","html_url":"https://github.com/huandu/go-sqlbuilder/releases/tag/v1.5.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/huandu/go-sqlbuilder@v1.5.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/huandu%2Fgo-sqlbuilder/tags/v1.5.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/huandu%2Fgo-sqlbuilder/tags/v1.5.2/manifests"},{"name":"v1.5.1","sha":"ffe4f12c219563e9072fa55f018f9d0da7ba7d8a","kind":"commit","published_at":"2019-10-25T10:37:16.000Z","download_url":"https://codeload.github.com/huandu/go-sqlbuilder/tar.gz/v1.5.1","html_url":"https://github.com/huandu/go-sqlbuilder/releases/tag/v1.5.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/huandu/go-sqlbuilder@v1.5.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/huandu%2Fgo-sqlbuilder/tags/v1.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/huandu%2Fgo-sqlbuilder/tags/v1.5.1/manifests"},{"name":"v1.5.0","sha":"006618a8296937a64f20599ac9a9bb5e77bdd6f0","kind":"commit","published_at":"2019-09-06T02:24:28.000Z","download_url":"https://codeload.github.com/huandu/go-sqlbuilder/tar.gz/v1.5.0","html_url":"https://github.com/huandu/go-sqlbuilder/releases/tag/v1.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/huandu/go-sqlbuilder@v1.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/huandu%2Fgo-sqlbuilder/tags/v1.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/huandu%2Fgo-sqlbuilder/tags/v1.5.0/manifests"},{"name":"v1.4.2","sha":"604a8e6ce8d5c20a200152f1cef2f872a263714f","kind":"commit","published_at":"2019-08-19T12:02:57.000Z","download_url":"https://codeload.github.com/huandu/go-sqlbuilder/tar.gz/v1.4.2","html_url":"https://github.com/huandu/go-sqlbuilder/releases/tag/v1.4.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/huandu/go-sqlbuilder@v1.4.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/huandu%2Fgo-sqlbuilder/tags/v1.4.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/huandu%2Fgo-sqlbuilder/tags/v1.4.2/manifests"},{"name":"v1.4.1","sha":"47ad0c5de1051bb36403e717180bea3699247814","kind":"commit","published_at":"2019-07-15T07:44:31.000Z","download_url":"https://codeload.github.com/huandu/go-sqlbuilder/tar.gz/v1.4.1","html_url":"https://github.com/huandu/go-sqlbuilder/releases/tag/v1.4.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/huandu/go-sqlbuilder@v1.4.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/huandu%2Fgo-sqlbuilder/tags/v1.4.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/huandu%2Fgo-sqlbuilder/tags/v1.4.1/manifests"},{"name":"v1.4.0","sha":"c4e6aaec96ebde54e3795b9db3b0ae7b20100ed2","kind":"commit","published_at":"2019-04-24T09:13:53.000Z","download_url":"https://codeload.github.com/huandu/go-sqlbuilder/tar.gz/v1.4.0","html_url":"https://github.com/huandu/go-sqlbuilder/releases/tag/v1.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/huandu/go-sqlbuilder@v1.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/huandu%2Fgo-sqlbuilder/tags/v1.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/huandu%2Fgo-sqlbuilder/tags/v1.4.0/manifests"},{"name":"v1.3.0","sha":"d22840cf3d86b81c8c2e62812c8dfcc21869e96e","kind":"commit","published_at":"2019-04-21T16:36:15.000Z","download_url":"https://codeload.github.com/huandu/go-sqlbuilder/tar.gz/v1.3.0","html_url":"https://github.com/huandu/go-sqlbuilder/releases/tag/v1.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/huandu/go-sqlbuilder@v1.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/huandu%2Fgo-sqlbuilder/tags/v1.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/huandu%2Fgo-sqlbuilder/tags/v1.3.0/manifests"},{"name":"v1.2.0","sha":"c7000a476dbf519d6f3f65a73739a2d952917361","kind":"commit","published_at":"2019-03-19T16:22:57.000Z","download_url":"https://codeload.github.com/huandu/go-sqlbuilder/tar.gz/v1.2.0","html_url":"https://github.com/huandu/go-sqlbuilder/releases/tag/v1.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/huandu/go-sqlbuilder@v1.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/huandu%2Fgo-sqlbuilder/tags/v1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/huandu%2Fgo-sqlbuilder/tags/v1.2.0/manifests"},{"name":"v1.1.0","sha":"6e97ae79a54daa46d6de86cd8584cb3c68a2e61f","kind":"commit","published_at":"2018-11-23T08:37:46.000Z","download_url":"https://codeload.github.com/huandu/go-sqlbuilder/tar.gz/v1.1.0","html_url":"https://github.com/huandu/go-sqlbuilder/releases/tag/v1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/huandu/go-sqlbuilder@v1.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/huandu%2Fgo-sqlbuilder/tags/v1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/huandu%2Fgo-sqlbuilder/tags/v1.1.0/manifests"},{"name":"v1.0.0","sha":"de0b035592673bf939a15a153a31ad8915bc8e13","kind":"commit","published_at":"2018-09-06T17:02:29.000Z","download_url":"https://codeload.github.com/huandu/go-sqlbuilder/tar.gz/v1.0.0","html_url":"https://github.com/huandu/go-sqlbuilder/releases/tag/v1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/huandu/go-sqlbuilder@v1.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/huandu%2Fgo-sqlbuilder/tags/v1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/huandu%2Fgo-sqlbuilder/tags/v1.0.0/manifests"}]},"repo_metadata_updated_at":"2026-08-17T09:48:27.588Z","dependent_packages_count":122,"downloads":null,"downloads_period":null,"dependent_repos_count":90,"rankings":{"downloads":null,"dependent_repos_count":0.6266579005767783,"dependent_packages_count":0.4207100947608787,"stargazers_count":2.029189299054469,"forks_count":2.679612577133917,"docker_downloads_count":0.8667193459473249,"average":1.3245778434946736},"purl":"pkg:golang/github.com/huandu/go-sqlbuilder","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/go/github.com/huandu/go-sqlbuilder","docker_dependents_count":4,"docker_downloads_count":24454,"usage_url":"https://repos.ecosyste.ms/usage/go/github.com/huandu/go-sqlbuilder","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/go/github.com/huandu/go-sqlbuilder/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2026-08-17T09:34:17.859Z","issues_count":133,"pull_requests_count":97,"avg_time_to_close_issue":2645811.9677419355,"avg_time_to_close_pull_request":923541.5652173914,"issues_closed_count":124,"pull_requests_closed_count":92,"pull_request_authors_count":39,"issue_authors_count":102,"avg_comments_per_issue":2.5037593984962405,"avg_comments_per_pull_request":1.7731958762886597,"merged_pull_requests_count":70,"bot_issues_count":0,"bot_pull_requests_count":0,"past_year_issues_count":13,"past_year_pull_requests_count":7,"past_year_avg_time_to_close_issue":524526.6363636364,"past_year_avg_time_to_close_pull_request":284688.6,"past_year_issues_closed_count":11,"past_year_pull_requests_closed_count":5,"past_year_pull_request_authors_count":5,"past_year_issue_authors_count":9,"past_year_avg_comments_per_issue":1.5384615384615385,"past_year_avg_comments_per_pull_request":1.1428571428571428,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":0,"past_year_merged_pull_requests_count":4,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/huandu%2Fgo-sqlbuilder/issues","maintainers":[{"login":"huandu","count":36,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/huandu"}],"active_maintainers":[{"login":"huandu","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/huandu"}]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2Fhuandu%2Fgo-sqlbuilder/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2Fhuandu%2Fgo-sqlbuilder/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2Fhuandu%2Fgo-sqlbuilder/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2Fhuandu%2Fgo-sqlbuilder/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2Fhuandu%2Fgo-sqlbuilder/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2Fhuandu%2Fgo-sqlbuilder/codemeta","maintainers":[]}