{"id":13413675,"url":"https://github.com/go-gorm/gorm","last_synced_at":"2025-05-12T18:42:18.963Z","repository":{"id":11407086,"uuid":"13855476","full_name":"go-gorm/gorm","owner":"go-gorm","description":"The fantastic ORM library for Golang, aims to be developer friendly","archived":false,"fork":false,"pushed_at":"2025-04-21T09:33:37.000Z","size":4651,"stargazers_count":38035,"open_issues_count":454,"forks_count":3998,"subscribers_count":492,"default_branch":"master","last_synced_at":"2025-04-23T15:51:37.775Z","etag":null,"topics":["go","golang","gorm","orm","web"],"latest_commit_sha":null,"homepage":"https://gorm.io","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/go-gorm.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","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},"funding":{"github":["jinzhu"],"patreon":"jinzhu","open_collective":"gorm"}},"created_at":"2013-10-25T08:31:38.000Z","updated_at":"2025-04-23T12:45:00.000Z","dependencies_parsed_at":"2024-01-09T09:05:21.641Z","dependency_job_id":"a65e4738-3131-4f74-90cf-4e499ab220a6","html_url":"https://github.com/go-gorm/gorm","commit_stats":{"total_commits":2474,"total_committers":438,"mean_commits":5.648401826484018,"dds":0.3217461600646726,"last_synced_commit":"deceebfab8c460cfee229233aded2821ac6b08eb"},"previous_names":[],"tags_count":107,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/go-gorm","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252526185,"owners_count":21762452,"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","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"}},"keywords":["go","golang","gorm","orm","web"],"created_at":"2024-07-30T20:01:46.144Z","updated_at":"2025-05-05T15:49:03.087Z","avatar_url":"https://github.com/go-gorm.png","language":"Go","funding_links":["https://github.com/sponsors/jinzhu","https://patreon.com/jinzhu","https://opencollective.com/gorm"],"categories":["Popular","HarmonyOS","Go","开源类库","Database","ORM","Backend Go","Uncategorized","Open source library","Go Tools and Frameworks","ORMs \u0026 Query Builders","Go Tools","其他__大数据","测试开发","语言资源库","Tools","后端","网络相关库","数据库工具","开发工具\u0026框架","Relational Databases","\u003ca name=\"Go\"\u003e\u003c/a\u003eGo","武器库"],"sub_categories":["Windows Manager","数据库","HTTP Clients","HTTP客户端","ORM","Uncategorized","Database","Go","Mock","Interfaces","网络服务_其他","Golang","go","E-Books","Mesh networks","JavaScript Libraries for Machine Learning","图像","OpenGL","后端"],"readme":"# GORM\n\nThe fantastic ORM library for Golang, aims to be developer friendly.\n\n[![go report card](https://goreportcard.com/badge/github.com/go-gorm/gorm \"go report card\")](https://goreportcard.com/report/github.com/go-gorm/gorm)\n[![test status](https://github.com/go-gorm/gorm/workflows/tests/badge.svg?branch=master \"test status\")](https://github.com/go-gorm/gorm/actions)\n[![MIT license](https://img.shields.io/badge/license-MIT-brightgreen.svg)](https://opensource.org/licenses/MIT)\n[![Go.Dev reference](https://img.shields.io/badge/go.dev-reference-blue?logo=go\u0026logoColor=white)](https://pkg.go.dev/gorm.io/gorm?tab=doc)\n\n## Overview\n\n* Full-Featured ORM\n* Associations (Has One, Has Many, Belongs To, Many To Many, Polymorphism, Single-table inheritance)\n* Hooks (Before/After Create/Save/Update/Delete/Find)\n* Eager loading with `Preload`, `Joins`\n* Transactions, Nested Transactions, Save Point, RollbackTo to Saved Point\n* Context, Prepared Statement Mode, DryRun Mode\n* Batch Insert, FindInBatches, Find To Map\n* SQL Builder, Upsert, Locking, Optimizer/Index/Comment Hints, NamedArg, Search/Update/Create with SQL Expr\n* Composite Primary Key\n* Auto Migrations\n* Logger\n* Extendable, flexible plugin API: Database Resolver (Multiple Databases, Read/Write Splitting) / Prometheus…\n* Every feature comes with tests\n* Developer Friendly\n\n## Getting Started\n\n* GORM Guides [https://gorm.io](https://gorm.io)\n* Gen Guides [https://gorm.io/gen/index.html](https://gorm.io/gen/index.html)\n\n## Contributing\n\n[You can help to deliver a better GORM, check out things you can do](https://gorm.io/contribute.html)\n\n## Contributors\n\n[Thank you](https://github.com/go-gorm/gorm/graphs/contributors) for contributing to the GORM framework!\n\n## License\n\n© Jinzhu, 2013~time.Now\n\nReleased under the [MIT License](https://github.com/go-gorm/gorm/blob/master/LICENSE)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgo-gorm%2Fgorm","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgo-gorm%2Fgorm","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgo-gorm%2Fgorm/lists"}