{"id":13431347,"url":"https://github.com/schotime/NPoco","last_synced_at":"2025-03-16T11:31:31.453Z","repository":{"id":3059282,"uuid":"4081385","full_name":"schotime/NPoco","owner":"schotime","description":"Simple microORM that maps the results of a query onto a POCO object. Project based on Schotime's branch of PetaPoco","archived":false,"fork":false,"pushed_at":"2024-01-22T21:45:08.000Z","size":2863,"stargazers_count":851,"open_issues_count":48,"forks_count":302,"subscribers_count":98,"default_branch":"master","last_synced_at":"2025-02-15T09:47:37.453Z","etag":null,"topics":["c-sharp","database","micro-orm","npoco","petapoco"],"latest_commit_sha":null,"homepage":"","language":"C#","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/schotime.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}},"created_at":"2012-04-19T23:44:58.000Z","updated_at":"2025-01-09T17:10:37.000Z","dependencies_parsed_at":"2023-01-13T12:15:37.889Z","dependency_job_id":"f975fdd2-782a-4f36-b37a-e5c5517962e0","html_url":"https://github.com/schotime/NPoco","commit_stats":{"total_commits":610,"total_committers":22,"mean_commits":"27.727272727272727","dds":"0.10163934426229504","last_synced_commit":"f4280d141a7f83e7c07eb25f19e2c755e0657c64"},"previous_names":[],"tags_count":28,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/schotime%2FNPoco","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/schotime%2FNPoco/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/schotime%2FNPoco/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/schotime%2FNPoco/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/schotime","download_url":"https://codeload.github.com/schotime/NPoco/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243862915,"owners_count":20360236,"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":["c-sharp","database","micro-orm","npoco","petapoco"],"created_at":"2024-07-31T02:01:02.396Z","updated_at":"2025-03-16T11:31:29.515Z","avatar_url":"https://github.com/schotime.png","language":"C#","readme":"NPoco\n=====\n[![NuGet](https://img.shields.io/nuget/v/npoco)](https://www.nuget.org/packages/NPoco)\n\nWelcome to the NPoco! NPoco is a fork of PetaPoco based on Schotime's branch with a handful of extra features.\n\n### Getting Started: Your first query\n\n```csharp\npublic class User \n{\n    public int UserId { get;set; }\n    public string Email { get;set; }\n}\n\nIDatabase db = new Database(\"connStringName\");\nList\u003cUser\u003e users = db.Fetch\u003cUser\u003e(\"select userId, email from users\");\n```\n\nThis works by mapping the column names to the property names on the ``User`` object. This is a case-insensitive match.  \nThere is no mapping setup needed for this (query only) scenario. \n\nCheckout the [Wiki](https://github.com/schotime/NPoco/wiki/Home) for more documentation.\n\n","funding_links":[],"categories":["Frameworks, Libraries and Tools","C#","框架, 库和工具","C\\#","ORM","C# #","Audio"],"sub_categories":["ORM","对象关系映射ORM","GUI - other"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fschotime%2FNPoco","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fschotime%2FNPoco","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fschotime%2FNPoco/lists"}