{"id":38997133,"url":"https://github.com/golaxo/gormgoqrius","last_synced_at":"2026-01-17T17:09:03.479Z","repository":{"id":320169607,"uuid":"1080676411","full_name":"golaxo/gormgoqrius","owner":"golaxo","description":"Implementation of GoQrius for GORM","archived":false,"fork":false,"pushed_at":"2026-01-01T02:18:15.000Z","size":39,"stargazers_count":1,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-01-03T20:18:21.883Z","etag":null,"topics":["filter","go","golang","gorm","gorm-orm","odata","rest","rest-api","restful-api"],"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/golaxo.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":"2025-10-21T17:53:04.000Z","updated_at":"2025-12-30T21:32:22.000Z","dependencies_parsed_at":"2025-10-24T21:00:57.811Z","dependency_job_id":null,"html_url":"https://github.com/golaxo/gormgoqrius","commit_stats":null,"previous_names":["golaxo/gormgoqrius"],"tags_count":4,"template":false,"template_full_name":null,"purl":"pkg:github/golaxo/gormgoqrius","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golaxo%2Fgormgoqrius","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golaxo%2Fgormgoqrius/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golaxo%2Fgormgoqrius/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golaxo%2Fgormgoqrius/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/golaxo","download_url":"https://codeload.github.com/golaxo/gormgoqrius/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golaxo%2Fgormgoqrius/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28511897,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-17T13:38:16.342Z","status":"ssl_error","status_checked_at":"2026-01-17T13:37:44.060Z","response_time":85,"last_error":"SSL_read: 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":["filter","go","golang","gorm","gorm-orm","odata","rest","rest-api","restful-api"],"created_at":"2026-01-17T17:09:01.517Z","updated_at":"2026-01-17T17:09:03.467Z","avatar_url":"https://github.com/golaxo.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# GormGoQrius\n\n[![version](https://img.shields.io/github/v/release/golaxo/gormgoqrius)](https://img.shields.io/github/v/release/golaxo/gormgoqrius)\n[![PR checks](https://github.com/golaxo/gormgoqrius/actions/workflows/pr-checks.yml/badge.svg)](https://github.com/golaxo/gormgoqrius/actions/workflows/pr-checks.yml)\n[![CI](https://github.com/golaxo/gormgoqrius/actions/workflows/ci.yml/badge.svg)](https://github.com/golaxo/gormgoqrius/actions/workflows/ci.yml)\n[![Go Report Card](https://goreportcard.com/badge/github.com/golaxo/gormgoqrius)](https://goreportcard.com/report/github.com/golaxo/gormgoqrius)\n\n\u003e [!WARNING]\n\u003e GormGoQrius is under heavy development.\n\nImplementation of [GoQrius][goqrius] for [GORM][gorm].\n\n## ⬇️ Getting Started\n\nTo start using it:\n\n```bash\ngo get github.com/golaxo/gormgoqrius@latest\n```\n\nGormGoQrius is using [GORM clauses](https://gorm.io/gen/clause.html) to leverage the SQL `WHERE` clause.\nSo it can be used as simple as:\n\n```go\nfilter := \"name eq 'John'\"\ne := goqrius.MustParse(filter)\nwhereClause := gormgoqrius.WhereClause(e)\n\nvar users []*User\ndb.Clauses(whereClause).Find(\u0026users)\n```\n\n[goqrius]: https://github.com/golaxo/goqrius\n[gorm]: https://gorm.io/\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgolaxo%2Fgormgoqrius","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgolaxo%2Fgormgoqrius","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgolaxo%2Fgormgoqrius/lists"}