{"id":21269338,"url":"https://github.com/onrik/gorm-logrus","last_synced_at":"2025-07-11T05:30:59.691Z","repository":{"id":49397628,"uuid":"292197761","full_name":"onrik/gorm-logrus","owner":"onrik","description":null,"archived":false,"fork":false,"pushed_at":"2022-11-21T07:40:16.000Z","size":6,"stargazers_count":29,"open_issues_count":0,"forks_count":9,"subscribers_count":3,"default_branch":"main","last_synced_at":"2024-06-18T15:53:00.017Z","etag":null,"topics":["golang","gorm","gorm-orm","logrus"],"latest_commit_sha":null,"homepage":"","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/onrik.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}},"created_at":"2020-09-02T06:25:05.000Z","updated_at":"2024-05-18T02:36:01.000Z","dependencies_parsed_at":"2023-01-22T07:00:25.414Z","dependency_job_id":null,"html_url":"https://github.com/onrik/gorm-logrus","commit_stats":null,"previous_names":[],"tags_count":6,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/onrik%2Fgorm-logrus","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/onrik%2Fgorm-logrus/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/onrik%2Fgorm-logrus/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/onrik%2Fgorm-logrus/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/onrik","download_url":"https://codeload.github.com/onrik/gorm-logrus/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":225693807,"owners_count":17509227,"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":["golang","gorm","gorm-orm","logrus"],"created_at":"2024-11-21T08:08:14.211Z","updated_at":"2024-11-21T08:08:14.715Z","avatar_url":"https://github.com/onrik.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# gorm-logrus\nLogrus logger for gorm v2\n\n```go\npackage main\n\nimport (\n  \"gorm.io/gorm\"\n  \"gorm.io/driver/sqlite\"\n  \"github.com/onrik/gorm-logrus\"\n)\n\nfunc main() {\n  db, err := gorm.Open(sqlite.Open(\"test.db\"), \u0026gorm.Config{\n    Logger: gorm_logrus.New(),\n  })\n  if err != nil {\n    panic(\"failed to connect database\")\n  }\n}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fonrik%2Fgorm-logrus","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fonrik%2Fgorm-logrus","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fonrik%2Fgorm-logrus/lists"}