{"id":5293646,"name":"sqloxide","ecosystem":"conda","description":"The original goal of this project was to have a very fast, efficient, and accurate SQL parser I could use for building data lineage graphs across large code bases (think hundreds of auto-generated .sql files). Most existing sql parsing approaches for python are either very slow or not accurate (especially in regards to deeply nested queries, sub-selects and/or table aliases). Looking to the rust community for support, I found the excellent sqlparser-rs crate which is quite easy to wrap in python code.","homepage":"https://github.com/wseaton/sqloxide","licenses":"MIT","normalized_licenses":["MIT"],"repository_url":"https://github.com/wseaton/sqloxide","keywords_array":[],"namespace":null,"versions_count":3,"first_release_published_at":"2022-05-03T13:57:06.000Z","latest_release_published_at":"2022-07-18T14:19:17.000Z","latest_release_number":"0.1.18","last_synced_at":"2026-03-22T02:14:34.144Z","created_at":"2022-10-03T15:55:34.973Z","updated_at":"2026-03-22T02:15:51.450Z","registry_url":"https://anaconda.org/conda-forge/sqloxide","install_command":"conda install -c conda-forge sqloxide","documentation_url":null,"metadata":{},"repo_metadata":{"id":38099578,"uuid":"320693648","full_name":"wseaton/sqloxide","owner":"wseaton","description":"Python bindings for sqlparser-rs","archived":false,"fork":false,"pushed_at":"2025-05-17T17:57:16.000Z","size":245,"stargazers_count":197,"open_issues_count":7,"forks_count":24,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-10-21T20:44:54.220Z","etag":null,"topics":["benchmarks","parser","python","rust","sql"],"latest_commit_sha":null,"homepage":"","language":"Python","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/wseaton.png","metadata":{"files":{"readme":"readme.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2020-12-11T22:03:01.000Z","updated_at":"2025-10-11T05:57:56.000Z","dependencies_parsed_at":"2023-02-17T04:16:13.255Z","dependency_job_id":"8769bb37-8f5b-42e8-b9b6-d8b6a57c72ec","html_url":"https://github.com/wseaton/sqloxide","commit_stats":{"total_commits":123,"total_committers":8,"mean_commits":15.375,"dds":0.7154471544715447,"last_synced_commit":"1c2362446b792e944180ff8052fa1c0f4e58d375"},"previous_names":[],"tags_count":37,"template":false,"template_full_name":null,"purl":"pkg:github/wseaton/sqloxide","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wseaton%2Fsqloxide","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wseaton%2Fsqloxide/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wseaton%2Fsqloxide/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wseaton%2Fsqloxide/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/wseaton","download_url":"https://codeload.github.com/wseaton/sqloxide/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wseaton%2Fsqloxide/sbom","scorecard":{"id":1238680,"data":{"date":"2025-07-07","repo":{"name":"github.com/wseaton/sqloxide","commit":"12af1d373664fde15e3ada71d3779b25310f1f55"},"scorecard":{"version":"v5.2.1-18-gbb9c347d","commit":"bb9c347dff6349d986baab6578a46d68a5524c62"},"score":3.8,"checks":[{"name":"Maintained","score":3,"reason":"4 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 3","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/bb9c347dff6349d986baab6578a46d68a5524c62/docs/checks.md#maintained"}},{"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/bb9c347dff6349d986baab6578a46d68a5524c62/docs/checks.md#binary-artifacts"}},{"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/bb9c347dff6349d986baab6578a46d68a5524c62/docs/checks.md#dangerous-workflow"}},{"name":"Code-Review","score":1,"reason":"Found 5/30 approved changesets -- score normalized to 1","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/bb9c347dff6349d986baab6578a46d68a5524c62/docs/checks.md#code-review"}},{"name":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: no topLevel permission defined: .github/workflows/build.yaml:1","Warn: no topLevel permission defined: .github/workflows/ci.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/bb9c347dff6349d986baab6578a46d68a5524c62/docs/checks.md#token-permissions"}},{"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/build.yaml:139: update your workflow using https://app.stepsecurity.io/secureworkflow/wseaton/sqloxide/build.yaml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/build.yaml:145: update your workflow using https://app.stepsecurity.io/secureworkflow/wseaton/sqloxide/build.yaml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/build.yaml:18: update your workflow using https://app.stepsecurity.io/secureworkflow/wseaton/sqloxide/build.yaml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/build.yaml:19: update your workflow using https://app.stepsecurity.io/secureworkflow/wseaton/sqloxide/build.yaml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/build.yaml:26: update your workflow using https://app.stepsecurity.io/secureworkflow/wseaton/sqloxide/build.yaml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/build.yaml:51: update your workflow using https://app.stepsecurity.io/secureworkflow/wseaton/sqloxide/build.yaml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/build.yaml:52: update your workflow using https://app.stepsecurity.io/secureworkflow/wseaton/sqloxide/build.yaml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/build.yaml:56: update your workflow using https://app.stepsecurity.io/secureworkflow/wseaton/sqloxide/build.yaml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/build.yaml:70: update your workflow using https://app.stepsecurity.io/secureworkflow/wseaton/sqloxide/build.yaml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/build.yaml:81: update your workflow using https://app.stepsecurity.io/secureworkflow/wseaton/sqloxide/build.yaml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/build.yaml:82: update your workflow using https://app.stepsecurity.io/secureworkflow/wseaton/sqloxide/build.yaml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/build.yaml:86: update your workflow using https://app.stepsecurity.io/secureworkflow/wseaton/sqloxide/build.yaml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/build.yaml:93: update your workflow using https://app.stepsecurity.io/secureworkflow/wseaton/sqloxide/build.yaml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/build.yaml:102: update your workflow using https://app.stepsecurity.io/secureworkflow/wseaton/sqloxide/build.yaml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/build.yaml:103: update your workflow using https://app.stepsecurity.io/secureworkflow/wseaton/sqloxide/build.yaml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/build.yaml:128: update your workflow using https://app.stepsecurity.io/secureworkflow/wseaton/sqloxide/build.yaml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:16: update your workflow using https://app.stepsecurity.io/secureworkflow/wseaton/sqloxide/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:19: update your workflow using https://app.stepsecurity.io/secureworkflow/wseaton/sqloxide/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:26: update your workflow using https://app.stepsecurity.io/secureworkflow/wseaton/sqloxide/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:31: update your workflow using https://app.stepsecurity.io/secureworkflow/wseaton/sqloxide/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:37: update your workflow using https://app.stepsecurity.io/secureworkflow/wseaton/sqloxide/ci.yml/main?enable=pin","Warn: pipCommand not pinned by hash: .github/workflows/build.yaml:63","Warn: pipCommand not pinned by hash: .github/workflows/build.yaml:68","Info:   0 out of  13 GitHub-owned GitHubAction dependencies pinned","Info:   0 out of   8 third-party GitHubAction dependencies pinned","Info:   0 out of   2 pipCommand 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/bb9c347dff6349d986baab6578a46d68a5524c62/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/bb9c347dff6349d986baab6578a46d68a5524c62/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/bb9c347dff6349d986baab6578a46d68a5524c62/docs/checks.md#security-policy"}},{"name":"Fuzzing","score":0,"reason":"project is not fuzzed","details":["Warn: no fuzzer integrations found"],"documentation":{"short":"Determines if the project uses fuzzing.","url":"https://github.com/ossf/scorecard/blob/bb9c347dff6349d986baab6578a46d68a5524c62/docs/checks.md#fuzzing"}},{"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/bb9c347dff6349d986baab6578a46d68a5524c62/docs/checks.md#vulnerabilities"}},{"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/bb9c347dff6349d986baab6578a46d68a5524c62/docs/checks.md#license"}},{"name":"Packaging","score":10,"reason":"packaging workflow detected","details":["Info: Project packages its releases by way of GitHub Actions.: .github/workflows/build.yaml:134"],"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/bb9c347dff6349d986baab6578a46d68a5524c62/docs/checks.md#packaging"}},{"name":"Branch-Protection","score":0,"reason":"branch protection not enabled on development/release branches","details":["Warn: branch protection not enabled for branch 'main'"],"documentation":{"short":"Determines if the default and release branches are protected with GitHub's branch protection settings.","url":"https://github.com/ossf/scorecard/blob/bb9c347dff6349d986baab6578a46d68a5524c62/docs/checks.md#branch-protection"}},{"name":"Signed-Releases","score":0,"reason":"Project has not signed or included provenance with any releases.","details":["Warn: release artifact v0.1.47 not signed: https://api.github.com/repos/wseaton/sqloxide/releases/162778027","Warn: release artifact v0.1.43 not signed: https://api.github.com/repos/wseaton/sqloxide/releases/139366171","Warn: release artifact v0.1.39 not signed: https://api.github.com/repos/wseaton/sqloxide/releases/127239074","Warn: release artifact v0.1.47 does not have provenance: https://api.github.com/repos/wseaton/sqloxide/releases/162778027","Warn: release artifact v0.1.43 does not have provenance: https://api.github.com/repos/wseaton/sqloxide/releases/139366171","Warn: release artifact v0.1.39 does not have provenance: https://api.github.com/repos/wseaton/sqloxide/releases/127239074"],"documentation":{"short":"Determines if the project cryptographically signs release artifacts.","url":"https://github.com/ossf/scorecard/blob/bb9c347dff6349d986baab6578a46d68a5524c62/docs/checks.md#signed-releases"}},{"name":"SAST","score":0,"reason":"SAST tool is not run on all commits -- score normalized to 0","details":["Warn: 0 commits out of 10 are checked with a SAST tool"],"documentation":{"short":"Determines if the project uses static code analysis.","url":"https://github.com/ossf/scorecard/blob/bb9c347dff6349d986baab6578a46d68a5524c62/docs/checks.md#sast"}}]},"last_synced_at":"2025-10-10T02:03:23.471Z","repository_id":38099578,"created_at":"2025-10-10T02:03:23.471Z","updated_at":"2025-10-10T02:03:23.471Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30805883,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-22T01:53:25.184Z","status":"online","status_checked_at":"2026-03-22T02:00:07.565Z","response_time":85,"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":"wseaton","name":"Will Eaton","uuid":"16678729","kind":"user","description":"python w/ a sprinkle of rust","email":"","website":null,"location":"Raleigh, NC","twitter":"ws_eaton","company":"@RedHatOfficial","icon_url":"https://avatars.githubusercontent.com/u/16678729?u=b692ecfb0cdde8310c939008e66be876a05f97ee\u0026v=4","repositories_count":117,"last_synced_at":"2025-10-12T11:13:22.528Z","metadata":{"has_sponsors_listing":false},"html_url":"https://github.com/wseaton","funding_links":[],"total_stars":226,"followers":38,"following":22,"created_at":"2022-11-16T08:23:43.336Z","updated_at":"2025-10-12T11:13:22.529Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/wseaton","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/wseaton/repositories"},"tags":[{"name":"v0.1.56","sha":"12af1d373664fde15e3ada71d3779b25310f1f55","kind":"commit","published_at":"2025-05-17T17:56:55.000Z","download_url":"https://codeload.github.com/wseaton/sqloxide/tar.gz/v0.1.56","html_url":"https://github.com/wseaton/sqloxide/releases/tag/v0.1.56","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/wseaton/sqloxide@v0.1.56","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wseaton%2Fsqloxide/tags/v0.1.56","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wseaton%2Fsqloxide/tags/v0.1.56/manifests"},{"name":"v0.1.56rc1","sha":"3111e176776ee79c86e96ad9394a648d6ed47362","kind":"commit","published_at":"2025-05-17T16:11:37.000Z","download_url":"https://codeload.github.com/wseaton/sqloxide/tar.gz/v0.1.56rc1","html_url":"https://github.com/wseaton/sqloxide/releases/tag/v0.1.56rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/wseaton/sqloxide@v0.1.56rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wseaton%2Fsqloxide/tags/v0.1.56rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wseaton%2Fsqloxide/tags/v0.1.56rc1/manifests"},{"name":"v0.1.54rc2","sha":"da5bdcef9ca38b02598b9c3d5ccef7d269e3c13a","kind":"commit","published_at":"2025-02-03T19:25:15.000Z","download_url":"https://codeload.github.com/wseaton/sqloxide/tar.gz/v0.1.54rc2","html_url":"https://github.com/wseaton/sqloxide/releases/tag/v0.1.54rc2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/wseaton/sqloxide@v0.1.54rc2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wseaton%2Fsqloxide/tags/v0.1.54rc2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wseaton%2Fsqloxide/tags/v0.1.54rc2/manifests"},{"name":"v0.1.54-rc1","sha":"3e99b0a3e946016e087b31938b10ce4245501b9b","kind":"commit","published_at":"2025-02-03T19:22:31.000Z","download_url":"https://codeload.github.com/wseaton/sqloxide/tar.gz/v0.1.54-rc1","html_url":"https://github.com/wseaton/sqloxide/releases/tag/v0.1.54-rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/wseaton/sqloxide@v0.1.54-rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wseaton%2Fsqloxide/tags/v0.1.54-rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wseaton%2Fsqloxide/tags/v0.1.54-rc1/manifests"},{"name":"v0.1.51","sha":"87cd142d74c6cc044886c60d066b57e78c6bcd13","kind":"commit","published_at":"2024-10-23T20:26:50.000Z","download_url":"https://codeload.github.com/wseaton/sqloxide/tar.gz/v0.1.51","html_url":"https://github.com/wseaton/sqloxide/releases/tag/v0.1.51","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/wseaton/sqloxide@v0.1.51","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wseaton%2Fsqloxide/tags/v0.1.51","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wseaton%2Fsqloxide/tags/v0.1.51/manifests"},{"name":"v0.1.51rc2","sha":"87cd142d74c6cc044886c60d066b57e78c6bcd13","kind":"commit","published_at":"2024-10-23T20:26:50.000Z","download_url":"https://codeload.github.com/wseaton/sqloxide/tar.gz/v0.1.51rc2","html_url":"https://github.com/wseaton/sqloxide/releases/tag/v0.1.51rc2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/wseaton/sqloxide@v0.1.51rc2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wseaton%2Fsqloxide/tags/v0.1.51rc2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wseaton%2Fsqloxide/tags/v0.1.51rc2/manifests"},{"name":"v0.1.51rc1","sha":"ae86a115c014b74a65cc56279d9c5c8af0e1fe72","kind":"commit","published_at":"2024-10-23T20:04:20.000Z","download_url":"https://codeload.github.com/wseaton/sqloxide/tar.gz/v0.1.51rc1","html_url":"https://github.com/wseaton/sqloxide/releases/tag/v0.1.51rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/wseaton/sqloxide@v0.1.51rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wseaton%2Fsqloxide/tags/v0.1.51rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wseaton%2Fsqloxide/tags/v0.1.51rc1/manifests"},{"name":"v0.1.48","sha":"600cbe8a8904e572b99c43065373f3433de9e7e8","kind":"commit","published_at":"2024-09-13T16:06:47.000Z","download_url":"https://codeload.github.com/wseaton/sqloxide/tar.gz/v0.1.48","html_url":"https://github.com/wseaton/sqloxide/releases/tag/v0.1.48","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/wseaton/sqloxide@v0.1.48","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wseaton%2Fsqloxide/tags/v0.1.48","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wseaton%2Fsqloxide/tags/v0.1.48/manifests"},{"name":"v0.1.47","sha":"6b0c25397f87dafd99d34b46418d2829c66c1bfd","kind":"commit","published_at":"2024-06-27T13:14:27.000Z","download_url":"https://codeload.github.com/wseaton/sqloxide/tar.gz/v0.1.47","html_url":"https://github.com/wseaton/sqloxide/releases/tag/v0.1.47","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/wseaton/sqloxide@v0.1.47","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wseaton%2Fsqloxide/tags/v0.1.47","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wseaton%2Fsqloxide/tags/v0.1.47/manifests"},{"name":"v0.1.43","sha":"2007ff0f85d2cb7d1579a1a3b6646273eed11332","kind":"commit","published_at":"2024-01-31T17:29:22.000Z","download_url":"https://codeload.github.com/wseaton/sqloxide/tar.gz/v0.1.43","html_url":"https://github.com/wseaton/sqloxide/releases/tag/v0.1.43","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/wseaton/sqloxide@v0.1.43","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wseaton%2Fsqloxide/tags/v0.1.43","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wseaton%2Fsqloxide/tags/v0.1.43/manifests"},{"name":"v0.1.39","sha":"d8646582d28f75e6005b6ec667d7b29b26490e92","kind":"commit","published_at":"2023-10-30T18:31:34.000Z","download_url":"https://codeload.github.com/wseaton/sqloxide/tar.gz/v0.1.39","html_url":"https://github.com/wseaton/sqloxide/releases/tag/v0.1.39","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/wseaton/sqloxide@v0.1.39","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wseaton%2Fsqloxide/tags/v0.1.39","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wseaton%2Fsqloxide/tags/v0.1.39/manifests"},{"name":"v0.1.37","sha":"4b27eb4925cce20021c2827155cc61160a5157c3","kind":"commit","published_at":"2023-08-31T23:48:19.000Z","download_url":"https://codeload.github.com/wseaton/sqloxide/tar.gz/v0.1.37","html_url":"https://github.com/wseaton/sqloxide/releases/tag/v0.1.37","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/wseaton/sqloxide@v0.1.37","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wseaton%2Fsqloxide/tags/v0.1.37","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wseaton%2Fsqloxide/tags/v0.1.37/manifests"},{"name":"v0.1.36","sha":"3723bcc1c7ed5277b8a318ce5b8a99e25eb6c97c","kind":"commit","published_at":"2023-07-20T14:06:37.000Z","download_url":"https://codeload.github.com/wseaton/sqloxide/tar.gz/v0.1.36","html_url":"https://github.com/wseaton/sqloxide/releases/tag/v0.1.36","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/wseaton/sqloxide@v0.1.36","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wseaton%2Fsqloxide/tags/v0.1.36","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wseaton%2Fsqloxide/tags/v0.1.36/manifests"},{"name":"v0.1.35","sha":"edb19fc0d55e58cdd22f82e23346f847328c717f","kind":"commit","published_at":"2023-07-03T12:18:10.000Z","download_url":"https://codeload.github.com/wseaton/sqloxide/tar.gz/v0.1.35","html_url":"https://github.com/wseaton/sqloxide/releases/tag/v0.1.35","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/wseaton/sqloxide@v0.1.35","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wseaton%2Fsqloxide/tags/v0.1.35","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wseaton%2Fsqloxide/tags/v0.1.35/manifests"},{"name":"v0.1.33","sha":"1c2362446b792e944180ff8052fa1c0f4e58d375","kind":"commit","published_at":"2023-04-25T20:39:43.000Z","download_url":"https://codeload.github.com/wseaton/sqloxide/tar.gz/v0.1.33","html_url":"https://github.com/wseaton/sqloxide/releases/tag/v0.1.33","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/wseaton/sqloxide@v0.1.33","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wseaton%2Fsqloxide/tags/v0.1.33","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wseaton%2Fsqloxide/tags/v0.1.33/manifests"},{"name":"v0.1.30","sha":"3be3ee2e774f4c44d9b6554b2a41d81264301733","kind":"commit","published_at":"2023-01-05T22:36:20.000Z","download_url":"https://codeload.github.com/wseaton/sqloxide/tar.gz/v0.1.30","html_url":"https://github.com/wseaton/sqloxide/releases/tag/v0.1.30","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/wseaton/sqloxide@v0.1.30","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wseaton%2Fsqloxide/tags/v0.1.30","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wseaton%2Fsqloxide/tags/v0.1.30/manifests"},{"name":"v0.1.26","sha":"8a601fa7239fc5d870691024778e428303b091b7","kind":"commit","published_at":"2022-10-26T02:03:23.000Z","download_url":"https://codeload.github.com/wseaton/sqloxide/tar.gz/v0.1.26","html_url":"https://github.com/wseaton/sqloxide/releases/tag/v0.1.26","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/wseaton/sqloxide@v0.1.26","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wseaton%2Fsqloxide/tags/v0.1.26","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wseaton%2Fsqloxide/tags/v0.1.26/manifests"},{"name":"v0.1.22","sha":"4fe55d6f867bbfe68f6b89e916236db9e12853b7","kind":"commit","published_at":"2022-09-02T13:42:25.000Z","download_url":"https://codeload.github.com/wseaton/sqloxide/tar.gz/v0.1.22","html_url":"https://github.com/wseaton/sqloxide/releases/tag/v0.1.22","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/wseaton/sqloxide@v0.1.22","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wseaton%2Fsqloxide/tags/v0.1.22","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wseaton%2Fsqloxide/tags/v0.1.22/manifests"},{"name":"v0.1.21","sha":"50acee7c1a8fbfeb0240f86f2d965bde9cf9d38e","kind":"commit","published_at":"2022-08-22T19:16:21.000Z","download_url":"https://codeload.github.com/wseaton/sqloxide/tar.gz/v0.1.21","html_url":"https://github.com/wseaton/sqloxide/releases/tag/v0.1.21","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/wseaton/sqloxide@v0.1.21","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wseaton%2Fsqloxide/tags/v0.1.21","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wseaton%2Fsqloxide/tags/v0.1.21/manifests"},{"name":"v0.1.18","sha":"9f87d91d6b9818fe6fdc1d5e693350db4f5610f1","kind":"commit","published_at":"2022-07-16T20:18:04.000Z","download_url":"https://codeload.github.com/wseaton/sqloxide/tar.gz/v0.1.18","html_url":"https://github.com/wseaton/sqloxide/releases/tag/v0.1.18","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/wseaton/sqloxide@v0.1.18","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wseaton%2Fsqloxide/tags/v0.1.18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wseaton%2Fsqloxide/tags/v0.1.18/manifests"},{"name":"v0.1.17","sha":"b2e1c7000ac758f552a8dc6ee22442f0306e4b82","kind":"commit","published_at":"2022-05-16T14:53:44.000Z","download_url":"https://codeload.github.com/wseaton/sqloxide/tar.gz/v0.1.17","html_url":"https://github.com/wseaton/sqloxide/releases/tag/v0.1.17","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/wseaton/sqloxide@v0.1.17","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wseaton%2Fsqloxide/tags/v0.1.17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wseaton%2Fsqloxide/tags/v0.1.17/manifests"},{"name":"list","sha":"cd9329418dd4e068a93dd554cee0533e07eee68b","kind":"commit","published_at":"2022-05-16T14:30:16.000Z","download_url":"https://codeload.github.com/wseaton/sqloxide/tar.gz/list","html_url":"https://github.com/wseaton/sqloxide/releases/tag/list","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/wseaton/sqloxide@list","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wseaton%2Fsqloxide/tags/list","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wseaton%2Fsqloxide/tags/list/manifests"},{"name":"v0.1.15","sha":"9f20f89e4d836b8b397ae6e0f6050a4f35bfa7d6","kind":"tag","published_at":"2022-03-15T20:49:23.000Z","download_url":"https://codeload.github.com/wseaton/sqloxide/tar.gz/v0.1.15","html_url":"https://github.com/wseaton/sqloxide/releases/tag/v0.1.15","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/wseaton/sqloxide@v0.1.15","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wseaton%2Fsqloxide/tags/v0.1.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wseaton%2Fsqloxide/tags/v0.1.15/manifests"},{"name":"v0.1.14","sha":"9082fdd567a0fdfb46833677e88f5de160005be1","kind":"tag","published_at":"2022-02-09T15:23:14.000Z","download_url":"https://codeload.github.com/wseaton/sqloxide/tar.gz/v0.1.14","html_url":"https://github.com/wseaton/sqloxide/releases/tag/v0.1.14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/wseaton/sqloxide@v0.1.14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wseaton%2Fsqloxide/tags/v0.1.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wseaton%2Fsqloxide/tags/v0.1.14/manifests"},{"name":"v0.1.13","sha":"a980f11edf2e7cd01ccb391b961a4d4022440b1f","kind":"commit","published_at":"2021-12-24T20:53:28.000Z","download_url":"https://codeload.github.com/wseaton/sqloxide/tar.gz/v0.1.13","html_url":"https://github.com/wseaton/sqloxide/releases/tag/v0.1.13","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/wseaton/sqloxide@v0.1.13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wseaton%2Fsqloxide/tags/v0.1.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wseaton%2Fsqloxide/tags/v0.1.13/manifests"},{"name":"v0.1.12","sha":"84cecc7a46a80698fadf38cef54371100624617d","kind":"commit","published_at":"2021-09-27T15:46:10.000Z","download_url":"https://codeload.github.com/wseaton/sqloxide/tar.gz/v0.1.12","html_url":"https://github.com/wseaton/sqloxide/releases/tag/v0.1.12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/wseaton/sqloxide@v0.1.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wseaton%2Fsqloxide/tags/v0.1.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wseaton%2Fsqloxide/tags/v0.1.12/manifests"},{"name":"v0.1.11","sha":"c2c0737269f0e693dc6b7ff56bf5199fccb3cc2b","kind":"tag","published_at":"2021-05-11T18:58:47.000Z","download_url":"https://codeload.github.com/wseaton/sqloxide/tar.gz/v0.1.11","html_url":"https://github.com/wseaton/sqloxide/releases/tag/v0.1.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/wseaton/sqloxide@v0.1.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wseaton%2Fsqloxide/tags/v0.1.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wseaton%2Fsqloxide/tags/v0.1.11/manifests"},{"name":"v0.1.10","sha":"61f1141742fd94fe8fce5acfa0be564351a8591b","kind":"commit","published_at":"2021-03-30T16:49:54.000Z","download_url":"https://codeload.github.com/wseaton/sqloxide/tar.gz/v0.1.10","html_url":"https://github.com/wseaton/sqloxide/releases/tag/v0.1.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/wseaton/sqloxide@v0.1.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wseaton%2Fsqloxide/tags/v0.1.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wseaton%2Fsqloxide/tags/v0.1.10/manifests"},{"name":"v0.1.9","sha":"3f9c8d1b09a9c88ca25d7ce0306ae8c824acfdf9","kind":"commit","published_at":"2021-02-16T15:09:07.000Z","download_url":"https://codeload.github.com/wseaton/sqloxide/tar.gz/v0.1.9","html_url":"https://github.com/wseaton/sqloxide/releases/tag/v0.1.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/wseaton/sqloxide@v0.1.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wseaton%2Fsqloxide/tags/v0.1.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wseaton%2Fsqloxide/tags/v0.1.9/manifests"},{"name":"v0.1.8","sha":"722c50d86c93c9f3416b410dbcb4234ddbab4f0b","kind":"tag","published_at":"2021-01-16T20:06:18.000Z","download_url":"https://codeload.github.com/wseaton/sqloxide/tar.gz/v0.1.8","html_url":"https://github.com/wseaton/sqloxide/releases/tag/v0.1.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/wseaton/sqloxide@v0.1.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wseaton%2Fsqloxide/tags/v0.1.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wseaton%2Fsqloxide/tags/v0.1.8/manifests"},{"name":"v0.1.7","sha":"98544123795adcfd5778cb350fac6110cfd4ca30","kind":"tag","published_at":"2021-01-16T04:40:52.000Z","download_url":"https://codeload.github.com/wseaton/sqloxide/tar.gz/v0.1.7","html_url":"https://github.com/wseaton/sqloxide/releases/tag/v0.1.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/wseaton/sqloxide@v0.1.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wseaton%2Fsqloxide/tags/v0.1.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wseaton%2Fsqloxide/tags/v0.1.7/manifests"},{"name":"v0.1.6","sha":"034b9c0d1c8c93fe5dfe27b277726c9697a62632","kind":"tag","published_at":"2021-01-16T04:27:46.000Z","download_url":"https://codeload.github.com/wseaton/sqloxide/tar.gz/v0.1.6","html_url":"https://github.com/wseaton/sqloxide/releases/tag/v0.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/wseaton/sqloxide@v0.1.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wseaton%2Fsqloxide/tags/v0.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wseaton%2Fsqloxide/tags/v0.1.6/manifests"},{"name":"v0.1.5","sha":"0734f9ebaa747727af9d0eb78dc08fec4e234079","kind":"tag","published_at":"2021-01-16T04:14:49.000Z","download_url":"https://codeload.github.com/wseaton/sqloxide/tar.gz/v0.1.5","html_url":"https://github.com/wseaton/sqloxide/releases/tag/v0.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/wseaton/sqloxide@v0.1.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wseaton%2Fsqloxide/tags/v0.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wseaton%2Fsqloxide/tags/v0.1.5/manifests"},{"name":"v0.1.4","sha":"eb578c2644555d9a33cbcb33ad34fd68fce18d6e","kind":"tag","published_at":"2021-01-16T03:59:12.000Z","download_url":"https://codeload.github.com/wseaton/sqloxide/tar.gz/v0.1.4","html_url":"https://github.com/wseaton/sqloxide/releases/tag/v0.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/wseaton/sqloxide@v0.1.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wseaton%2Fsqloxide/tags/v0.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wseaton%2Fsqloxide/tags/v0.1.4/manifests"},{"name":"v0.1.3","sha":"21687aea3d2d0e7752b8107d95e5bcfb1be49233","kind":"commit","published_at":"2021-01-16T03:39:18.000Z","download_url":"https://codeload.github.com/wseaton/sqloxide/tar.gz/v0.1.3","html_url":"https://github.com/wseaton/sqloxide/releases/tag/v0.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/wseaton/sqloxide@v0.1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wseaton%2Fsqloxide/tags/v0.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wseaton%2Fsqloxide/tags/v0.1.3/manifests"},{"name":"v0.1.2","sha":"7c9ad7cf9405908ed6fa2a0bffd9d7e55774d181","kind":"commit","published_at":"2021-01-16T03:25:38.000Z","download_url":"https://codeload.github.com/wseaton/sqloxide/tar.gz/v0.1.2","html_url":"https://github.com/wseaton/sqloxide/releases/tag/v0.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/wseaton/sqloxide@v0.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wseaton%2Fsqloxide/tags/v0.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wseaton%2Fsqloxide/tags/v0.1.2/manifests"},{"name":"v0.1.1","sha":"b262514d01293550380932cbad04e586d98fd36f","kind":"commit","published_at":"2021-01-16T02:42:00.000Z","download_url":"https://codeload.github.com/wseaton/sqloxide/tar.gz/v0.1.1","html_url":"https://github.com/wseaton/sqloxide/releases/tag/v0.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/wseaton/sqloxide@v0.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wseaton%2Fsqloxide/tags/v0.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wseaton%2Fsqloxide/tags/v0.1.1/manifests"}]},"repo_metadata_updated_at":"2026-03-22T02:15:51.449Z","dependent_packages_count":1,"downloads":89992,"downloads_period":"total","dependent_repos_count":0,"rankings":{"downloads":null,"dependent_repos_count":34.025455452957324,"dependent_packages_count":28.819565759920142,"stargazers_count":33.45645121038183,"forks_count":40.92338407786374,"average":34.30621412528076},"purl":"pkg:conda/sqloxide?repository_url=https://conda-forge.org","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/conda/sqloxide","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/conda/sqloxide","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/conda/sqloxide/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2025-08-31T13:53:36.417Z","issues_count":14,"pull_requests_count":116,"avg_time_to_close_issue":13792233.555555556,"avg_time_to_close_pull_request":1038889.0909090909,"issues_closed_count":9,"pull_requests_closed_count":110,"pull_request_authors_count":11,"issue_authors_count":11,"avg_comments_per_issue":2.2857142857142856,"avg_comments_per_pull_request":0.9655172413793104,"merged_pull_requests_count":25,"bot_issues_count":0,"bot_pull_requests_count":94,"past_year_issues_count":3,"past_year_pull_requests_count":7,"past_year_avg_time_to_close_issue":1374942.0,"past_year_avg_time_to_close_pull_request":566886.0,"past_year_issues_closed_count":1,"past_year_pull_requests_closed_count":5,"past_year_pull_request_authors_count":4,"past_year_issue_authors_count":2,"past_year_avg_comments_per_issue":2.0,"past_year_avg_comments_per_pull_request":1.5714285714285714,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":0,"past_year_merged_pull_requests_count":5,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/wseaton%2Fsqloxide/issues","maintainers":[{"login":"wseaton","count":14,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/wseaton"}],"active_maintainers":[{"login":"wseaton","count":3,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/wseaton"}]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/conda-forge.org/packages/sqloxide/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/conda-forge.org/packages/sqloxide/version_numbers","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/conda-forge.org/packages/sqloxide/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/conda-forge.org/packages/sqloxide/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/conda-forge.org/packages/sqloxide/codemeta","maintainers":[]}