{"id":17435712,"url":"https://github.com/go-advanced-admin/orm-gorm","last_synced_at":"2026-02-18T17:01:20.834Z","repository":{"id":257812143,"uuid":"868244283","full_name":"go-advanced-admin/orm-gorm","owner":"go-advanced-admin","description":"GORM integration for the advanced Go admin panel framework.","archived":false,"fork":false,"pushed_at":"2024-10-10T19:08:45.000Z","size":35,"stargazers_count":0,"open_issues_count":2,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-08T23:36:51.527Z","etag":null,"topics":["admin","admin-dashboard","admin-framework","admin-library","admin-live-panel","admin-panel","administration","go","go-admin-framework","go-admin-library","go-advanced-admin","go-advanced-admin-integration","go-advanced-admin-orm-integration","go-orm","goadmin","goadvancedadmin","golang","gorm","gorm-orm","orm"],"latest_commit_sha":null,"homepage":"https://goadmin.dev/gorm-integration.html","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/go-advanced-admin.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":".github/funding.yml","license":"LICENSE.txt","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null},"funding":{"github":["YidiDev","coal-rock"]}},"created_at":"2024-10-05T21:14:14.000Z","updated_at":"2024-10-10T19:08:26.000Z","dependencies_parsed_at":null,"dependency_job_id":"95588f75-dfea-4e8e-af06-90059dc16aaf","html_url":"https://github.com/go-advanced-admin/orm-gorm","commit_stats":null,"previous_names":["go-advanced-admin/orm-gorm"],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/go-advanced-admin/orm-gorm","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-advanced-admin%2Form-gorm","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-advanced-admin%2Form-gorm/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-advanced-admin%2Form-gorm/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-advanced-admin%2Form-gorm/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/go-advanced-admin","download_url":"https://codeload.github.com/go-advanced-admin/orm-gorm/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-advanced-admin%2Form-gorm/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29587066,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-18T16:55:40.614Z","status":"ssl_error","status_checked_at":"2026-02-18T16:55:37.558Z","response_time":162,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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"}},"keywords":["admin","admin-dashboard","admin-framework","admin-library","admin-live-panel","admin-panel","administration","go","go-admin-framework","go-admin-library","go-advanced-admin","go-advanced-admin-integration","go-advanced-admin-orm-integration","go-orm","goadmin","goadvancedadmin","golang","gorm","gorm-orm","orm"],"created_at":"2024-10-17T10:01:06.401Z","updated_at":"2026-02-18T17:01:20.726Z","avatar_url":"https://github.com/go-advanced-admin.png","language":"Go","funding_links":["https://github.com/sponsors/YidiDev","https://github.com/sponsors/coal-rock"],"categories":[],"sub_categories":[],"readme":"# Go Advanced Admin - GORM Integration\n\n[GORM](https://gorm.io/) integration for the Go Advanced Admin Panel.\n\n[![Go Report Card](https://goreportcard.com/badge/github.com/go-advanced-admin/orm-gorm)](https://goreportcard.com/report/github.com/go-advanced-admin/orm-gorm)\n[![Go](https://github.com/go-advanced-admin/orm-gorm/actions/workflows/tests.yml/badge.svg)](https://github.com/go-advanced-admin/orm-gorm/actions/workflows/tests.yml)\n[![License: Apache-2.0](https://img.shields.io/badge/license-Apache%202.0-blue.svg)](LICENSE)\n[![Go.Dev reference](https://img.shields.io/badge/go.dev-reference-blue?logo=go\u0026logoColor=white)](https://pkg.go.dev/github.com/go-advanced-admin/orm-gorm?tab=doc)\n\nThis package provides GORM integration for the Go Advanced Admin Panel, allowing you to use GORM as your ORM backend.\n\n## Installation\n\nAdd the module to your project by running:\n\n```sh\ngo get github.com/go-advanced-admin/gorm-integration\n```\n\n## Documentation\n\nFor detailed documentation on how to use the GORM integration, please visit the [official documentation website](https://goadmin.dev/gprm.html).\n\n## Quick Start\n\n```go\nimport (\n    \"github.com/go-advanced-admin/admin\"\n    \"github.com/go-advanced-admin/gorm-integration\"\n    \"gorm.io/driver/sqlite\"\n    \"gorm.io/gorm\"\n)\n\nfunc main() {\n    // Initialize GORM\n    db, err := gorm.Open(sqlite.Open(\"test.db\"), \u0026gorm.Config{})\n    if err != nil {\n        panic(\"failed to connect database\")\n    }\n\n    // Initialize the ORM integrator\n    ormIntegrator := admingorm.NewIntegrator(db)\n\n    // Use ormIntegrator when initializing the admin panel\n}\n```\n\nFor more detailed examples and configuration options, please refer to the [GORM Integration Guide](https://goadmin.dev/gorm.html).\n\n## Contributing\n\nContributions are always welcome! Please refer to the [Contributing Guidelines](https://github.com/go-advanced-admin/admin/blob/main/CONTRIBUTING.md) in the main repository.\n\n## License\n\nThis project is licensed under the Apache 2.0 License - see the [LICENSE](LICENSE) file for details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgo-advanced-admin%2Form-gorm","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgo-advanced-admin%2Form-gorm","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgo-advanced-admin%2Form-gorm/lists"}