{"id":27275258,"url":"https://github.com/leonspors/porm","last_synced_at":"2025-04-11T15:48:13.753Z","repository":{"id":286193252,"uuid":"960667514","full_name":"LeonSpors/pORM","owner":"LeonSpors","description":"A performance-oriented, lightweight ORM for .NET that delivers fast and minimal data mapping, with built-in support for basic CRUD operations and LINQ-to-SQL translation.","archived":false,"fork":false,"pushed_at":"2025-04-04T22:13:33.000Z","size":12,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-04T22:19:40.605Z","etag":null,"topics":["dotnet","dotnet-core","lightweight","orm","orm-framework","orm-library"],"latest_commit_sha":null,"homepage":"","language":null,"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/LeonSpors.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":"2025-04-04T20:51:17.000Z","updated_at":"2025-04-04T21:59:30.000Z","dependencies_parsed_at":"2025-04-04T22:19:59.944Z","dependency_job_id":"0da38d02-69e7-4a0c-9404-26ad301bb27f","html_url":"https://github.com/LeonSpors/pORM","commit_stats":null,"previous_names":["leonspors/porm"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LeonSpors%2FpORM","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LeonSpors%2FpORM/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LeonSpors%2FpORM/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LeonSpors%2FpORM/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/LeonSpors","download_url":"https://codeload.github.com/LeonSpors/pORM/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248433782,"owners_count":21102663,"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":["dotnet","dotnet-core","lightweight","orm","orm-framework","orm-library"],"created_at":"2025-04-11T15:48:12.725Z","updated_at":"2025-04-11T15:48:13.745Z","avatar_url":"https://github.com/LeonSpors.png","language":null,"funding_links":["https://img.buymeacoffee.com/button-api/?text=Buy%20me%20a%20coffee\u0026emoji=","https://www.buymeacoffee.com/spors"],"categories":[],"sub_categories":[],"readme":"# pORM\n[![Stable Version](https://img.shields.io/badge/Stable-Disabled-lightgrey?style=flat-square)]()\n[![Nightly Version](https://img.shields.io/badge/Nightly-GitHub%20Packages-blueviolet?style=flat-square)](https://github.com/LeonSpors/pORM/pkgs/nuget/pORM.Core)\n\n[![Stable Workflow](https://github.com/LeonSpors/pORM/actions/workflows/nuget-stable.yml/badge.svg)](https://github.com/LeonSpors/pORM/actions/workflows/nuget-stable.yml)\n[![Nightly Workflow](https://github.com/LeonSpors/pORM/actions/workflows/nuget-nightly.yml/badge.svg)](https://github.com/LeonSpors/pORM/actions/workflows/nuget-nightly.yml)\n\n\n\n\n**pORM** is a performance-oriented, lightweight ORM mapper for .NET. It’s designed for developers who want a minimal and efficient way to map SQL query results to objects and perform CRUD operations without the overhead of a full-featured ORM.\n\n## Features\n\n- **Lightweight \u0026 Minimal:** Focused on performance and simplicity.\n- **Easy Mapping:** Maps SQL query results to POCOs using reflection.\n- **LINQ-to-SQL Translator:** Built-in expression translator for simple query expressions.\n- **Asynchronous Support:** Async methods for executing SQL commands.\n- **Extensible:** Designed to be extended and customized for your needs.\n\n## Installation\n\nYou can install **pORM** via NuGet:\n\n```powershell\nInstall-Package pORM\n```\n\nOr with the .NET CLI:\n\n```bash\ndotnet add package pORM\n```\n\n*Note: pORM is currently under heavy development, and breaking changes may be introduced in future releases.\n\n## Usage\n\n### Defining Your Entities\n\n```csharp\n# Coming soon\n```\n\n### Basic CRUD Operations\n\n```csharp\n# Coming soon\n```\n\n### Advanced Queries\n\npORM includes a built-in LINQ-to-SQL translator for simple expressions. For more advanced querying details, check the documentation in the [docs](docs/) folder.\n\n## Support\n\nIf you enjoy using pORM and want to support its development, please consider buying me a coffee!\n\n[![Buy Me A Coffee](https://img.buymeacoffee.com/button-api/?text=Buy%20me%20a%20coffee\u0026emoji=☕\u0026slug=spors\u0026button_colour=FFDD00\u0026font_colour=000000\u0026font_family=Poppins\u0026outline_colour=000000\u0026coffee_colour=ffffff)](https://www.buymeacoffee.com/spors)\n\n## Contributing\n\nContributions are welcome! If you’d like to contribute, please:\n\n1. Fork the repository.\n2. Create a new branch for your feature or bug fix.\n3. Submit a pull request describing your changes.\n\nPlease open an issue first to discuss any major changes.\n\n## License\n\npORM is licensed under the Apache License, Version 2.0.  \nYou may obtain a copy of the License in the [LICENSE](LICENSE) file.\n\n© 2025 Leon Spors. All rights reserved.\n\n## Contact\n\nFor questions or suggestions, please open an issue.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fleonspors%2Fporm","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fleonspors%2Fporm","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fleonspors%2Fporm/lists"}