{"id":21411388,"url":"https://github.com/gdonald/orm-activerecord","last_synced_at":"2026-06-01T01:04:04.306Z","repository":{"id":78695968,"uuid":"166318814","full_name":"gdonald/ORM-ActiveRecord","owner":"gdonald","description":"ORM::ActiveRecord is an object-relational mapping module for Raku","archived":false,"fork":false,"pushed_at":"2026-05-23T21:45:50.000Z","size":1894,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-05-23T23:22:29.247Z","etag":null,"topics":["activerecord","database","migration","model","object","orm","raku","relational","validation"],"latest_commit_sha":null,"homepage":"https://gdonald.github.io/ORM-ActiveRecord/","language":"Raku","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"artistic-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/gdonald.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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2019-01-18T00:47:04.000Z","updated_at":"2026-05-23T21:45:53.000Z","dependencies_parsed_at":"2026-05-16T16:04:00.781Z","dependency_job_id":null,"html_url":"https://github.com/gdonald/ORM-ActiveRecord","commit_stats":null,"previous_names":[],"tags_count":9,"template":false,"template_full_name":null,"purl":"pkg:github/gdonald/ORM-ActiveRecord","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gdonald%2FORM-ActiveRecord","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gdonald%2FORM-ActiveRecord/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gdonald%2FORM-ActiveRecord/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gdonald%2FORM-ActiveRecord/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/gdonald","download_url":"https://codeload.github.com/gdonald/ORM-ActiveRecord/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gdonald%2FORM-ActiveRecord/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33755375,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-05-31T02:00:06.040Z","response_time":95,"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"}},"keywords":["activerecord","database","migration","model","object","orm","raku","relational","validation"],"created_at":"2024-11-22T17:43:52.660Z","updated_at":"2026-06-01T01:04:04.301Z","avatar_url":"https://github.com/gdonald.png","language":"Raku","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ORM::ActiveRecord\n\nORM::ActiveRecord is an [object-relational mapping](https://en.wikipedia.org/wiki/Object-relational_mapping) module for Raku that *mostly* follows the [Active Record Pattern](https://en.wikipedia.org/wiki/Active_record_pattern).\n\n## Documentation\n\n[https://gdonald.github.io/ORM-ActiveRecord/](https://gdonald.github.io/ORM-ActiveRecord/)\n\n## Install using zef\n\n```\nzef install --/test ORM::ActiveRecord\n```\n\n`--/test` is suggested because you probably don't have a test database setup.\n\n## Simple Example\n\n```perl6\nmy $user = User.create({fname =\u003e 'Greg'});\nmy $page = Page.create({:$user, name =\u003e 'Rakuist'});\n\nsay $user.pages.first.name;\nRakuist\n\nsay $page.user.fname;\nGreg\n\nmy $alfred = User.create({fname =\u003e 'Fred'});\n$page.update({user =\u003e $fred});\n\nsay $page.user.fname;\nFred\n```\n\nPlease see the [documentation](https://gdonald.github.io/ORM-ActiveRecord/) for more examples.\n\n## Build Status\n\n[![.github/workflows/raku.yml](https://github.com/gdonald/ORM-ActiveRecord/workflows/.github/workflows/raku.yml/badge.svg)](https://github.com/gdonald/ORM-ActiveRecord/actions)\n\n### License\n\nCopyright (c) 2019-2026 Greg Donald\n\nThis software is licensed under the Artistic License 2.0.\n\n[![GitHub](https://img.shields.io/github/license/gdonald/ORM-ActiveRecord?color=aa0000)](https://github.com/gdonald/ORM-ActiveRecord/blob/master/LICENSE)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgdonald%2Form-activerecord","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgdonald%2Form-activerecord","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgdonald%2Form-activerecord/lists"}