{"id":27726393,"url":"https://github.com/pingvinen/runedur-orm","last_synced_at":"2026-05-15T18:31:54.437Z","repository":{"id":288767602,"uuid":"969113400","full_name":"pingvinen/runedur-orm","owner":"pingvinen","description":"A C# ORM that only exists at build time as it uses code generation","archived":false,"fork":false,"pushed_at":"2025-04-29T11:33:15.000Z","size":6861,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-31T00:52:37.769Z","etag":null,"topics":["no-reflection","orm","pg","postgres","postgresql","timescaledb"],"latest_commit_sha":null,"homepage":"","language":"C#","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/pingvinen.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":"2025-04-19T12:18:26.000Z","updated_at":"2025-04-29T11:33:18.000Z","dependencies_parsed_at":"2025-04-20T14:32:17.143Z","dependency_job_id":null,"html_url":"https://github.com/pingvinen/runedur-orm","commit_stats":null,"previous_names":["pingvinen/runedur-orm"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/pingvinen/runedur-orm","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pingvinen%2Frunedur-orm","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pingvinen%2Frunedur-orm/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pingvinen%2Frunedur-orm/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pingvinen%2Frunedur-orm/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pingvinen","download_url":"https://codeload.github.com/pingvinen/runedur-orm/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pingvinen%2Frunedur-orm/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33074840,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-15T11:35:32.926Z","status":"ssl_error","status_checked_at":"2026-05-15T11:35:31.362Z","response_time":103,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5: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":["no-reflection","orm","pg","postgres","postgresql","timescaledb"],"created_at":"2025-04-27T22:57:25.192Z","updated_at":"2026-05-15T18:31:54.405Z","avatar_url":"https://github.com/pingvinen.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ⚒️ Runedur\n\n**A build-time ORM that inscribes native C# code — like you'd write it yourself. Only better.**\n\n\u003e _“The code you would’ve written by hand — only better.”_  \n\u003e — **Runedur, Smith of Native Flame**\n\n![Runedur logo](logo.png)\n\n\n## 📜 Why “Runedur”?\n\n**Runedur** is named after a mythical dwarven codewright — a silent master of the forge who engraves native code into stone, then vanishes before the fire cools.\n\nLike its namesake, this ORM:\n\n- exists only at **build time** using Roslyn Source Generators,\n- leaves **no runtime reflection** or hidden magic,\n- produces **clean, native C# code** — fast, predictable, and fully type-safe.\n\nIt doesn't *act like* part of your codebase — it **becomes** your codebase.\n\n\n## ⚒️ Features\n\n- 🪶 **Zero runtime overhead**  \n- 🧠 **Full IDE support** – your generated types feel like hand-written C#\n- 🔍 **No reflection** – everything is compile-time\n- 🧱 **Simple model annotations**\n- ⚙️ **Roslyn-powered** – extendable and fast\n\n\n## 🧪 Quick Example\n\nDefine your model:\n\n```csharp\n[RunedurEntity]\npublic class HeroicSword\n{\n    public required string Name { get; set; }\n    public int Strength { get; set; }\n}\n```\n\nRunedur will generate classes that help you work with the entity. The patterns will vary depending on the database type. For `postgres`/`timescaledb` it will generate code for patterns like the following:\n\n```csharp\n// TODO\n```\n\nNo runtime cost. No surprises. Just clean code, forged for you.\n\n## 📦 Installation\n\nComing soon via NuGet!\n\nFor now, to test locally:\n\n1. Clone this repository.\n2. Add a project reference to `Runedur.Generator` as an **analyzer**.\n3. Add `[RunedurEntity]` to your data models to help Runedur find them.\n4. Build — and let the forge do its work.\n\n\n\n## 📁 Project Structure\n\n```\n// TODO\n```\n\n\n\n## 🌄 Roadmap\n\n- [ ] Generate the `RunedurEntity` attribute\n- [ ] Add a generator for `postgres`/`timescaledb`\n- [ ] Release as a nuget package\n\n\n\n## 🧙 About the Smith\n\n\u003e _“He does not walk with heroes. He prepares them.”_\n\nRunedur is more than a utility — it is an ethos: **build tools that vanish at runtime, but leave behind code as strong as dwarven steel.**  \nYou may never see the smith again… but you’ll wield his work.\n\n[Read the legend →](lore.md)\n\n\n\n## 📖 License\n\nMIT — freely forge, remix, and improve. Just don’t forget the rune.\n\n\n## 🔗 Links\n\n- [GitHub Repository](https://github.com/pingvinen/runedur-orm)\n- [Source Generators Overview (Microsoft Docs)](https://learn.microsoft.com/en-us/dotnet/csharp/roslyn-sdk/source-generators-overview)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpingvinen%2Frunedur-orm","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpingvinen%2Frunedur-orm","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpingvinen%2Frunedur-orm/lists"}