{"id":3502576,"name":"github.com/issue9/orm","ecosystem":"go","description":"Package orm 一个简单小巧的 orm 实现方案。\n\n目前内置了对以下数据库的支持：\n\n其它数据库，用户可以通过实现 Dialect 接口，来实现相应的支持。\n\n初始化：\n\n默认情况下，orm 包并不会加载任何数据库的实例。所以想要用哪个数据库，需要手动初始化：\n\n占位符\n\nSQL 语句可以使用 # 字符在语句中暂替真实的表名前缀，也可以使用 {}\n包含一个关键字，使其它成为普通列名，如：\n\n在实际执行时，相关的占位符就会被替换成与当前环境想容的实例，如在表名前缀为 p_，\n数据库为 mysql 时，会被替换成以下语句，然后再执行：\n\nDB.Query(),DB.Exec(),DB.Prepare().DB.Where() 及 Tx 与之对应的函数都可以使用占位符。\n\nModel 不能指定占位符，它们默认总会使用占位符，且无法取消。\n\nModel:\n\norm 包通过 struct tag 来描述 model 在数据库中的结构。大概格式如下：\n\n目前支持以下的 struct tag：\n\nocc(true|false) 当前列作为乐观锁字段。\n\nmodel.Metaer:\n\n在 Go 不能将 struct tag 作用于结构体，所以为了指定一些表级别的属性，\n只能通过接口的形式，在接口方法中返回一段类似于 struct tag 的字符串，\n以达到相同的目的。\n\n在 model.Metaer 中除了可以指定 name(table_name) 和 check(name,expr) 两个属性之外，\n还可指定一些自定义的属性，这些属性都将会被保存到 Model.Meta 中。\n\n约束名：\n\nindex,unique,check,fk 都是可以指定约束名的，在表中，约束名必须是唯一的，\n即便是不同类型的约束，比如已经有一个 unique 的约束名叫作 name，那么其它类\n型的约束，就不能再取这个名称了。\n\n如何使用：\n\nCreate:\n可以通过 DB.Create() 或是 Tx.Create() 创建一张表。\n\nUpdate:\n\nDelete:\n\nInsert:\n\nSelect:\n\nQuery/Exec:\n\n事务：\n\n默认的 DB 是不支持事务的，若需要事务支持，则需要调用 DB.Begin()\n返回事务对象 Tx，当然并不是所有的数据库都支持事务操作的。\nTx拥有一组与 DB 相同的接口，另外还提供了一组以 `Mult` 开头的函数，\n用以同时操作多条记录的。","homepage":"https://github.com/issue9/orm","licenses":"MIT","normalized_licenses":["MIT"],"repository_url":"https://github.com/issue9/orm","keywords_array":[],"namespace":"github.com/issue9","versions_count":7,"first_release_published_at":"2018-09-04T13:56:37.000Z","latest_release_published_at":"2019-05-04T05:48:40.000Z","latest_release_number":"v1.1.5","last_synced_at":"2026-05-04T23:17:40.754Z","created_at":"2022-04-10T20:19:28.052Z","updated_at":"2026-05-04T23:17:40.755Z","registry_url":"https://pkg.go.dev/github.com/issue9/orm","install_command":"go get github.com/issue9/orm","documentation_url":"https://pkg.go.dev/github.com/issue9/orm#section-documentation","metadata":{},"repo_metadata":{"id":24817641,"uuid":"28232030","full_name":"issue9/orm","owner":"issue9","description":"简单小巧的 orm","archived":false,"fork":false,"pushed_at":"2025-04-09T06:36:01.000Z","size":1680,"stargazers_count":12,"open_issues_count":0,"forks_count":6,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-09-07T19:15:09.874Z","etag":null,"topics":["database","go","golang","object-relational-mapper","orm","orm-library"],"latest_commit_sha":null,"homepage":"https://issue9.github.io/orm/","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/issue9.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}},"created_at":"2014-12-19T14:15:31.000Z","updated_at":"2025-05-10T03:43:52.000Z","dependencies_parsed_at":"2024-04-21T15:55:51.616Z","dependency_job_id":"f07a1058-8509-4e7c-9f81-8ce73c5b4c6f","html_url":"https://github.com/issue9/orm","commit_stats":null,"previous_names":[],"tags_count":34,"template":false,"template_full_name":null,"purl":"pkg:github/issue9/orm","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/issue9%2Form","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/issue9%2Form/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/issue9%2Form/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/issue9%2Form/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/issue9","download_url":"https://codeload.github.com/issue9/orm/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/issue9%2Form/sbom","scorecard":{"id":496230,"data":{"date":"2025-08-11","repo":{"name":"github.com/issue9/orm","commit":"96127c63a57daa06d2a001c1970ec362af781cae"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":4.5,"checks":[{"name":"Code-Review","score":0,"reason":"Found 0/30 approved changesets -- score normalized to 0","details":null,"documentation":{"short":"Determines if the project requires human code review before pull requests (aka merge requests) are merged.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#code-review"}},{"name":"Packaging","score":-1,"reason":"packaging workflow not detected","details":["Warn: no GitHub/GitLab publishing workflow detected."],"documentation":{"short":"Determines if the project is published as a package that others can easily download, install, easily update, and uninstall.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#packaging"}},{"name":"Maintained","score":0,"reason":"0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#maintained"}},{"name":"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":"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":"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/codeql-analysis.yml:33: update your workflow using https://app.stepsecurity.io/secureworkflow/issue9/orm/codeql-analysis.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/codeql-analysis.yml:41: update your workflow using https://app.stepsecurity.io/secureworkflow/issue9/orm/codeql-analysis.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/codeql-analysis.yml:52: update your workflow using https://app.stepsecurity.io/secureworkflow/issue9/orm/codeql-analysis.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/codeql-analysis.yml:66: update your workflow using https://app.stepsecurity.io/secureworkflow/issue9/orm/codeql-analysis.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/mariadb.yml:32: update your workflow using https://app.stepsecurity.io/secureworkflow/issue9/orm/mariadb.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/mariadb.yml:38: update your workflow using https://app.stepsecurity.io/secureworkflow/issue9/orm/mariadb.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/mariadb.yml:47: update your workflow using https://app.stepsecurity.io/secureworkflow/issue9/orm/mariadb.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/mysql.yml:32: update your workflow using https://app.stepsecurity.io/secureworkflow/issue9/orm/mysql.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/mysql.yml:38: update your workflow using https://app.stepsecurity.io/secureworkflow/issue9/orm/mysql.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/mysql.yml:47: update your workflow using https://app.stepsecurity.io/secureworkflow/issue9/orm/mysql.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/postgres.yml:43: update your workflow using https://app.stepsecurity.io/secureworkflow/issue9/orm/postgres.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/postgres.yml:49: update your workflow using https://app.stepsecurity.io/secureworkflow/issue9/orm/postgres.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/postgres.yml:58: update your workflow using https://app.stepsecurity.io/secureworkflow/issue9/orm/postgres.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/sqlite.yml:15: update your workflow using https://app.stepsecurity.io/secureworkflow/issue9/orm/sqlite.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/sqlite.yml:21: update your workflow using https://app.stepsecurity.io/secureworkflow/issue9/orm/sqlite.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/sqlite.yml:30: update your workflow using https://app.stepsecurity.io/secureworkflow/issue9/orm/sqlite.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/sqlite3.yml:15: update your workflow using https://app.stepsecurity.io/secureworkflow/issue9/orm/sqlite3.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/sqlite3.yml:21: update your workflow using https://app.stepsecurity.io/secureworkflow/issue9/orm/sqlite3.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/sqlite3.yml:30: update your workflow using https://app.stepsecurity.io/secureworkflow/issue9/orm/sqlite3.yml/master?enable=pin","Info:   0 out of  14 GitHub-owned GitHubAction dependencies pinned","Info:   0 out of   5 third-party GitHubAction dependencies pinned"],"documentation":{"short":"Determines if the project has declared and pinned the dependencies of its build process.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#pinned-dependencies"}},{"name":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: no topLevel permission defined: .github/workflows/codeql-analysis.yml:1","Warn: no topLevel permission defined: .github/workflows/mariadb.yml:1","Warn: no topLevel permission defined: .github/workflows/mysql.yml:1","Warn: no topLevel permission defined: .github/workflows/postgres.yml:1","Warn: no topLevel permission defined: .github/workflows/sqlite.yml:1","Warn: no topLevel permission defined: .github/workflows/sqlite3.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":"SAST","score":10,"reason":"SAST tool detected: CodeQL","details":["Info: SAST configuration detected: CodeQL","Warn: no pull requests merged into dev branch"],"documentation":{"short":"Determines if the project uses static code analysis.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#sast"}},{"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":"Fuzzing","score":0,"reason":"project is not fuzzed","details":["Warn: no fuzzer integrations found"],"documentation":{"short":"Determines if the project uses fuzzing.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#fuzzing"}},{"name":"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":"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":-1,"reason":"internal error: error during branchesHandler.setup: internal error: githubv4.Query: Resource not accessible by integration","details":null,"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"}}]},"last_synced_at":"2025-08-19T20:28:48.990Z","repository_id":24817641,"created_at":"2025-08-19T20:28:48.990Z","updated_at":"2025-08-19T20:28:48.990Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":274172739,"owners_count":25235182,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-09-08T02:00:09.813Z","response_time":121,"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":"issue9","name":"issue9","uuid":"10239056","kind":"organization","description":"Go 的一些常用包","email":null,"website":null,"location":null,"twitter":null,"company":null,"icon_url":"https://avatars.githubusercontent.com/u/10239056?v=4","repositories_count":43,"last_synced_at":"2024-04-23T11:34:03.475Z","metadata":{"has_sponsors_listing":false},"html_url":"https://github.com/issue9","funding_links":[],"total_stars":716,"followers":9,"following":0,"created_at":"2022-11-10T19:19:35.643Z","updated_at":"2024-04-23T11:34:26.421Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/issue9","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/issue9/repositories"},"tags":[{"name":"v6.0.0-beta.3","sha":"2fa6254a0a5420473223509b536f7d8b59b83301","kind":"commit","published_at":"2024-04-22T03:17:08.000Z","download_url":"https://codeload.github.com/issue9/orm/tar.gz/v6.0.0-beta.3","html_url":"https://github.com/issue9/orm/releases/tag/v6.0.0-beta.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/issue9/orm@v6.0.0-beta.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/issue9%2Form/tags/v6.0.0-beta.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/issue9%2Form/tags/v6.0.0-beta.3/manifests"},{"name":"v6.0.0-beta.2","sha":"4cc420e449e88df68664b2cbeb0b26be19979cba","kind":"commit","published_at":"2024-04-10T14:24:06.000Z","download_url":"https://codeload.github.com/issue9/orm/tar.gz/v6.0.0-beta.2","html_url":"https://github.com/issue9/orm/releases/tag/v6.0.0-beta.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/issue9/orm@v6.0.0-beta.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/issue9%2Form/tags/v6.0.0-beta.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/issue9%2Form/tags/v6.0.0-beta.2/manifests"},{"name":"v6.0.0-beta.1","sha":"6d04b823bd1514f656a08f6400db50a63b36fe27","kind":"commit","published_at":"2024-04-10T02:25:31.000Z","download_url":"https://codeload.github.com/issue9/orm/tar.gz/v6.0.0-beta.1","html_url":"https://github.com/issue9/orm/releases/tag/v6.0.0-beta.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/issue9/orm@v6.0.0-beta.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/issue9%2Form/tags/v6.0.0-beta.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/issue9%2Form/tags/v6.0.0-beta.1/manifests"},{"name":"v5.2.0","sha":"c2cc17e294beaa9354b0ad48e1fcfc6705f6bdf4","kind":"commit","published_at":"2024-03-14T05:17:35.000Z","download_url":"https://codeload.github.com/issue9/orm/tar.gz/v5.2.0","html_url":"https://github.com/issue9/orm/releases/tag/v5.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/issue9/orm@v5.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/issue9%2Form/tags/v5.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/issue9%2Form/tags/v5.2.0/manifests"},{"name":"v5.1.1","sha":"d334ca0b9f54f4a70c2d9c9823bf8a4277a25f38","kind":"commit","published_at":"2024-02-28T15:40:58.000Z","download_url":"https://codeload.github.com/issue9/orm/tar.gz/v5.1.1","html_url":"https://github.com/issue9/orm/releases/tag/v5.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/issue9/orm@v5.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/issue9%2Form/tags/v5.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/issue9%2Form/tags/v5.1.1/manifests"},{"name":"v5.1.0","sha":"563c5219f1941d0027d4a99da779ea58840c0af6","kind":"commit","published_at":"2023-07-23T16:23:39.000Z","download_url":"https://codeload.github.com/issue9/orm/tar.gz/v5.1.0","html_url":"https://github.com/issue9/orm/releases/tag/v5.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/issue9/orm@v5.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/issue9%2Form/tags/v5.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/issue9%2Form/tags/v5.1.0/manifests"},{"name":"v5.0.0-beta.10","sha":"f10f8f8172bf5508c7798412a5f33e94ac649e1b","kind":"commit","published_at":"2022-10-05T18:48:55.000Z","download_url":"https://codeload.github.com/issue9/orm/tar.gz/v5.0.0-beta.10","html_url":"https://github.com/issue9/orm/releases/tag/v5.0.0-beta.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/issue9/orm@v5.0.0-beta.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/issue9%2Form/tags/v5.0.0-beta.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/issue9%2Form/tags/v5.0.0-beta.10/manifests"},{"name":"v5.0.0-beta.9","sha":"5a3ab95b991917d5161ef60749f405ab83aaf65c","kind":"commit","published_at":"2022-09-19T05:44:50.000Z","download_url":"https://codeload.github.com/issue9/orm/tar.gz/v5.0.0-beta.9","html_url":"https://github.com/issue9/orm/releases/tag/v5.0.0-beta.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/issue9/orm@v5.0.0-beta.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/issue9%2Form/tags/v5.0.0-beta.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/issue9%2Form/tags/v5.0.0-beta.9/manifests"},{"name":"v5.0.0-beta.8","sha":"71bf6c9033ad94b4ee72fb617f4d6ac49e8a1337","kind":"commit","published_at":"2022-08-22T13:26:33.000Z","download_url":"https://codeload.github.com/issue9/orm/tar.gz/v5.0.0-beta.8","html_url":"https://github.com/issue9/orm/releases/tag/v5.0.0-beta.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/issue9/orm@v5.0.0-beta.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/issue9%2Form/tags/v5.0.0-beta.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/issue9%2Form/tags/v5.0.0-beta.8/manifests"},{"name":"v5.0.0-beta.7","sha":"86be8bf30f1849d543d97a346bae1267cf7f877f","kind":"commit","published_at":"2022-08-13T17:30:42.000Z","download_url":"https://codeload.github.com/issue9/orm/tar.gz/v5.0.0-beta.7","html_url":"https://github.com/issue9/orm/releases/tag/v5.0.0-beta.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/issue9/orm@v5.0.0-beta.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/issue9%2Form/tags/v5.0.0-beta.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/issue9%2Form/tags/v5.0.0-beta.7/manifests"},{"name":"v5.0.0-beta.6","sha":"f3a06c5aed34e9f71aa838acbd6b6584bc477e1f","kind":"commit","published_at":"2022-05-20T15:49:57.000Z","download_url":"https://codeload.github.com/issue9/orm/tar.gz/v5.0.0-beta.6","html_url":"https://github.com/issue9/orm/releases/tag/v5.0.0-beta.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/issue9/orm@v5.0.0-beta.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/issue9%2Form/tags/v5.0.0-beta.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/issue9%2Form/tags/v5.0.0-beta.6/manifests"},{"name":"v5.0.0-beta.5","sha":"cacbbac6db692e297e47ef0ab7e5017308bdd1f4","kind":"commit","published_at":"2022-05-05T09:34:24.000Z","download_url":"https://codeload.github.com/issue9/orm/tar.gz/v5.0.0-beta.5","html_url":"https://github.com/issue9/orm/releases/tag/v5.0.0-beta.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/issue9/orm@v5.0.0-beta.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/issue9%2Form/tags/v5.0.0-beta.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/issue9%2Form/tags/v5.0.0-beta.5/manifests"},{"name":"v5.0.0-beta.4","sha":"2ff499731c318e2c0840e607c1d297dbb14ea6d0","kind":"commit","published_at":"2022-04-28T10:04:16.000Z","download_url":"https://codeload.github.com/issue9/orm/tar.gz/v5.0.0-beta.4","html_url":"https://github.com/issue9/orm/releases/tag/v5.0.0-beta.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/issue9/orm@v5.0.0-beta.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/issue9%2Form/tags/v5.0.0-beta.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/issue9%2Form/tags/v5.0.0-beta.4/manifests"},{"name":"v5.0.0-beta.3","sha":"1a9114c083264b613701a7f7fab9a3286297accf","kind":"commit","published_at":"2022-04-27T17:10:10.000Z","download_url":"https://codeload.github.com/issue9/orm/tar.gz/v5.0.0-beta.3","html_url":"https://github.com/issue9/orm/releases/tag/v5.0.0-beta.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/issue9/orm@v5.0.0-beta.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/issue9%2Form/tags/v5.0.0-beta.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/issue9%2Form/tags/v5.0.0-beta.3/manifests"},{"name":"v5.0.0-beta.2","sha":"0cb39954c7c6c346d214aa2d1496d88148f2daca","kind":"commit","published_at":"2022-04-19T13:22:21.000Z","download_url":"https://codeload.github.com/issue9/orm/tar.gz/v5.0.0-beta.2","html_url":"https://github.com/issue9/orm/releases/tag/v5.0.0-beta.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/issue9/orm@v5.0.0-beta.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/issue9%2Form/tags/v5.0.0-beta.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/issue9%2Form/tags/v5.0.0-beta.2/manifests"},{"name":"v5.0.0-beta.1","sha":"c6c8bcae8848c93a6d0e2c8f84067e7216a3988e","kind":"commit","published_at":"2022-04-11T16:13:14.000Z","download_url":"https://codeload.github.com/issue9/orm/tar.gz/v5.0.0-beta.1","html_url":"https://github.com/issue9/orm/releases/tag/v5.0.0-beta.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/issue9/orm@v5.0.0-beta.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/issue9%2Form/tags/v5.0.0-beta.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/issue9%2Form/tags/v5.0.0-beta.1/manifests"},{"name":"v4.1.0","sha":"cafd39e069051406fadd748209e6845d228002d2","kind":"commit","published_at":"2022-02-22T06:06:49.000Z","download_url":"https://codeload.github.com/issue9/orm/tar.gz/v4.1.0","html_url":"https://github.com/issue9/orm/releases/tag/v4.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/issue9/orm@v4.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/issue9%2Form/tags/v4.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/issue9%2Form/tags/v4.1.0/manifests"},{"name":"v4.0.0-beta.2","sha":"e973af429ba5013911e1185dc02c389ec55f5543","kind":"commit","published_at":"2021-11-24T23:59:00.000Z","download_url":"https://codeload.github.com/issue9/orm/tar.gz/v4.0.0-beta.2","html_url":"https://github.com/issue9/orm/releases/tag/v4.0.0-beta.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/issue9/orm@v4.0.0-beta.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/issue9%2Form/tags/v4.0.0-beta.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/issue9%2Form/tags/v4.0.0-beta.2/manifests"},{"name":"v4.0.0-beta.1","sha":"2e6170c408a28734a9ea22d4b7583d6690586220","kind":"commit","published_at":"2021-10-20T07:13:00.000Z","download_url":"https://codeload.github.com/issue9/orm/tar.gz/v4.0.0-beta.1","html_url":"https://github.com/issue9/orm/releases/tag/v4.0.0-beta.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/issue9/orm@v4.0.0-beta.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/issue9%2Form/tags/v4.0.0-beta.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/issue9%2Form/tags/v4.0.0-beta.1/manifests"},{"name":"v3.2.0","sha":"05966c3289f005b2e998a0edc6639cf9ecf8ec97","kind":"commit","published_at":"2021-04-07T06:22:49.000Z","download_url":"https://codeload.github.com/issue9/orm/tar.gz/v3.2.0","html_url":"https://github.com/issue9/orm/releases/tag/v3.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/issue9/orm@v3.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/issue9%2Form/tags/v3.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/issue9%2Form/tags/v3.2.0/manifests"},{"name":"v3.1.0","sha":"518ef31ea4b8d8d0b167c9501e7a27dd2893faf4","kind":"commit","published_at":"2020-12-02T03:34:50.000Z","download_url":"https://codeload.github.com/issue9/orm/tar.gz/v3.1.0","html_url":"https://github.com/issue9/orm/releases/tag/v3.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/issue9/orm@v3.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/issue9%2Form/tags/v3.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/issue9%2Form/tags/v3.1.0/manifests"},{"name":"v3.0.0","sha":"adc735f05f8ed973a49cb12d8da446bf7c57d92d","kind":"commit","published_at":"2020-10-23T05:54:54.000Z","download_url":"https://codeload.github.com/issue9/orm/tar.gz/v3.0.0","html_url":"https://github.com/issue9/orm/releases/tag/v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/issue9/orm@v3.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/issue9%2Form/tags/v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/issue9%2Form/tags/v3.0.0/manifests"},{"name":"v2.1.1","sha":"026ac1670f589d6c611cd7ca78971fbad969acef","kind":"commit","published_at":"2019-06-10T13:48:13.000Z","download_url":"https://codeload.github.com/issue9/orm/tar.gz/v2.1.1","html_url":"https://github.com/issue9/orm/releases/tag/v2.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/issue9/orm@v2.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/issue9%2Form/tags/v2.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/issue9%2Form/tags/v2.1.1/manifests"},{"name":"v2.1.0","sha":"d80c9876da2a6175efd729cc51bfea8f61a12458","kind":"commit","published_at":"2019-06-09T14:24:51.000Z","download_url":"https://codeload.github.com/issue9/orm/tar.gz/v2.1.0","html_url":"https://github.com/issue9/orm/releases/tag/v2.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/issue9/orm@v2.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/issue9%2Form/tags/v2.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/issue9%2Form/tags/v2.1.0/manifests"},{"name":"v2.0.0","sha":"a42a6a9e0d94bff9256bded2b90e6ffb2bafa275","kind":"commit","published_at":"2019-05-20T14:28:34.000Z","download_url":"https://codeload.github.com/issue9/orm/tar.gz/v2.0.0","html_url":"https://github.com/issue9/orm/releases/tag/v2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/issue9/orm@v2.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/issue9%2Form/tags/v2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/issue9%2Form/tags/v2.0.0/manifests"},{"name":"v1.1.5","sha":"17363e714fabf9a1a277a25f989b7f5942e12dfa","kind":"commit","published_at":"2019-05-04T05:48:40.000Z","download_url":"https://codeload.github.com/issue9/orm/tar.gz/v1.1.5","html_url":"https://github.com/issue9/orm/releases/tag/v1.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/issue9/orm@v1.1.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/issue9%2Form/tags/v1.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/issue9%2Form/tags/v1.1.5/manifests"},{"name":"v1.1.4","sha":"c162d53f0c62e59bcc9ebbaf5385da015dbedf9e","kind":"commit","published_at":"2019-03-24T14:52:06.000Z","download_url":"https://codeload.github.com/issue9/orm/tar.gz/v1.1.4","html_url":"https://github.com/issue9/orm/releases/tag/v1.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/issue9/orm@v1.1.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/issue9%2Form/tags/v1.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/issue9%2Form/tags/v1.1.4/manifests"},{"name":"v1.1.3","sha":"a3ac5ef3bbb6f30c9ffa507cfda287f01893e5d5","kind":"commit","published_at":"2019-02-27T12:30:38.000Z","download_url":"https://codeload.github.com/issue9/orm/tar.gz/v1.1.3","html_url":"https://github.com/issue9/orm/releases/tag/v1.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/issue9/orm@v1.1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/issue9%2Form/tags/v1.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/issue9%2Form/tags/v1.1.3/manifests"},{"name":"v1.1.2","sha":"03ffd68e31deee1a6e9f68046035458ab0d0a353","kind":"commit","published_at":"2018-12-24T13:06:39.000Z","download_url":"https://codeload.github.com/issue9/orm/tar.gz/v1.1.2","html_url":"https://github.com/issue9/orm/releases/tag/v1.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/issue9/orm@v1.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/issue9%2Form/tags/v1.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/issue9%2Form/tags/v1.1.2/manifests"},{"name":"v1.1.1","sha":"63250500043318dba68c1825004ddd4679abb9d8","kind":"commit","published_at":"2018-10-02T09:19:53.000Z","download_url":"https://codeload.github.com/issue9/orm/tar.gz/v1.1.1","html_url":"https://github.com/issue9/orm/releases/tag/v1.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/issue9/orm@v1.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/issue9%2Form/tags/v1.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/issue9%2Form/tags/v1.1.1/manifests"},{"name":"v1.1.0","sha":"9f284e9aee657ca3222007ad32207b4681afdb85","kind":"tag","published_at":"2018-09-16T06:40:38.000Z","download_url":"https://codeload.github.com/issue9/orm/tar.gz/v1.1.0","html_url":"https://github.com/issue9/orm/releases/tag/v1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/issue9/orm@v1.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/issue9%2Form/tags/v1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/issue9%2Form/tags/v1.1.0/manifests"},{"name":"v1.0.0","sha":"6792b0900ddcd9c62b9a3f73454837890addca9d","kind":"commit","published_at":"2018-09-04T13:56:37.000Z","download_url":"https://codeload.github.com/issue9/orm/tar.gz/v1.0.0","html_url":"https://github.com/issue9/orm/releases/tag/v1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/issue9/orm@v1.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/issue9%2Form/tags/v1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/issue9%2Form/tags/v1.0.0/manifests"},{"name":"v0.10","sha":"b2eda1a37de389ed51432062a00ac8d0abaa961e","kind":"commit","published_at":"2018-02-25T15:27:57.000Z","download_url":"https://codeload.github.com/issue9/orm/tar.gz/v0.10","html_url":"https://github.com/issue9/orm/releases/tag/v0.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/issue9/orm@v0.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/issue9%2Form/tags/v0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/issue9%2Form/tags/v0.10/manifests"},{"name":"v0.9","sha":"aec7098e2c6999261d3c8af0b1fd58fb1dc1f15a","kind":"commit","published_at":"2015-05-05T13:05:10.000Z","download_url":"https://codeload.github.com/issue9/orm/tar.gz/v0.9","html_url":"https://github.com/issue9/orm/releases/tag/v0.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/issue9/orm@v0.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/issue9%2Form/tags/v0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/issue9%2Form/tags/v0.9/manifests"}]},"repo_metadata_updated_at":"2025-09-08T10:38:59.151Z","dependent_packages_count":0,"downloads":null,"downloads_period":null,"dependent_repos_count":0,"rankings":{"downloads":null,"dependent_repos_count":9.345852080216646,"dependent_packages_count":6.999148183520997,"stargazers_count":5.583830974471319,"forks_count":4.267836240245916,"average":6.549166869613719},"purl":"pkg:golang/github.com/issue9/orm","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/go/github.com/issue9/orm","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/go/github.com/issue9/orm","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/go/github.com/issue9/orm/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2024-12-29T09:06:39.409Z","issues_count":10,"pull_requests_count":1,"avg_time_to_close_issue":59747912.4,"avg_time_to_close_pull_request":9686.0,"issues_closed_count":10,"pull_requests_closed_count":1,"pull_request_authors_count":1,"issue_authors_count":2,"avg_comments_per_issue":0.7,"avg_comments_per_pull_request":1.0,"merged_pull_requests_count":1,"bot_issues_count":0,"bot_pull_requests_count":0,"past_year_issues_count":0,"past_year_pull_requests_count":0,"past_year_avg_time_to_close_issue":null,"past_year_avg_time_to_close_pull_request":null,"past_year_issues_closed_count":0,"past_year_pull_requests_closed_count":0,"past_year_pull_request_authors_count":0,"past_year_issue_authors_count":0,"past_year_avg_comments_per_issue":null,"past_year_avg_comments_per_pull_request":null,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":0,"past_year_merged_pull_requests_count":0,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/issue9%2Form/issues","maintainers":[{"login":"caixw","count":8,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/caixw"}],"active_maintainers":[]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2Fissue9%2Form/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2Fissue9%2Form/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2Fissue9%2Form/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2Fissue9%2Form/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2Fissue9%2Form/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2Fissue9%2Form/codemeta","maintainers":[]}