{"id":23898902,"url":"https://github.com/mishael-o/dapper.simplesqlbuilder","last_synced_at":"2025-04-05T03:04:05.856Z","repository":{"id":61055940,"uuid":"543741398","full_name":"mishael-o/Dapper.SimpleSqlBuilder","owner":"mishael-o","description":"A simple and performant SQL builder for Dapper, using string interpolation and a fluent API to build safe, static, and dynamic SQL queries.","archived":false,"fork":false,"pushed_at":"2025-01-04T13:23:06.000Z","size":598,"stargazers_count":52,"open_issues_count":0,"forks_count":7,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-03T11:41:20.095Z","etag":null,"topics":["csharp","dapper","dapper-simple-sql-builder","dapper-sql-builder","dotnet","interpolated-strings","orm","simple-sql-builder","sql","sql-builder","sql-query","sql-query-builder"],"latest_commit_sha":null,"homepage":"https://mishael-o.github.io/Dapper.SimpleSqlBuilder/","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/mishael-o.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"docs/CONTRIBUTING.md","funding":".github/FUNDING.yml","license":"LICENSE.md","code_of_conduct":"docs/CODE_OF_CONDUCT.md","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},"funding":{"github":["mishael-o"]}},"created_at":"2022-09-30T18:40:12.000Z","updated_at":"2025-03-24T17:24:01.000Z","dependencies_parsed_at":"2022-10-09T07:54:26.537Z","dependency_job_id":"e7f9b4f0-a42b-4334-9c24-d914a5e67f1c","html_url":"https://github.com/mishael-o/Dapper.SimpleSqlBuilder","commit_stats":{"total_commits":31,"total_committers":1,"mean_commits":31.0,"dds":0.0,"last_synced_commit":"8ce6b06738292ba580d83822cf0a9c89e6b7b08b"},"previous_names":[],"tags_count":37,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mishael-o%2FDapper.SimpleSqlBuilder","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mishael-o%2FDapper.SimpleSqlBuilder/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mishael-o%2FDapper.SimpleSqlBuilder/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mishael-o%2FDapper.SimpleSqlBuilder/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mishael-o","download_url":"https://codeload.github.com/mishael-o/Dapper.SimpleSqlBuilder/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247280262,"owners_count":20912967,"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":["csharp","dapper","dapper-simple-sql-builder","dapper-sql-builder","dotnet","interpolated-strings","orm","simple-sql-builder","sql","sql-builder","sql-query","sql-query-builder"],"created_at":"2025-01-04T18:14:23.122Z","updated_at":"2025-04-05T03:04:00.844Z","avatar_url":"https://github.com/mishael-o.png","language":"C#","funding_links":["https://github.com/sponsors/mishael-o"],"categories":[],"sub_categories":[],"readme":"# Dapper Simple SQL Builder\n\n[![Continuous integration and delivery](https://github.com/mishael-o/Dapper.SimpleSqlBuilder/actions/workflows/ci-cd.yml/badge.svg)](https://github.com/mishael-o/Dapper.SimpleSqlBuilder/actions/workflows/ci-cd.yml) [![CodeQL](https://github.com/mishael-o/Dapper.SimpleSqlBuilder/actions/workflows/codeql.yml/badge.svg)](https://github.com/mishael-o/Dapper.SimpleSqlBuilder/actions/workflows/codeql.yml) [![Codecov](https://img.shields.io/codecov/c/gh/mishael-o/Dapper.SimpleSqlBuilder?logo=codecov)](https://codecov.io/gh/mishael-o/Dapper.SimpleSqlBuilder)\n\n[![Nuget](https://img.shields.io/nuget/v/Dapper.SimpleSqlBuilder?logo=nuget\u0026label=Dapper.SimpleSqlBuilder)](https://www.nuget.org/packages/Dapper.SimpleSqlBuilder) [![Nuget](https://img.shields.io/nuget/v/Dapper.SimpleSqlBuilder.StrongName?logo=nuget\u0026label=Dapper.SimpleSqlBuilder.StrongName)](https://www.nuget.org/packages/Dapper.SimpleSqlBuilder.StrongName) [![Nuget](https://img.shields.io/nuget/v/Dapper.SimpleSqlBuilder.DependencyInjection?logo=nuget\u0026label=Dapper.SimpleSqlBuilder.DependencyInjection)](https://www.nuget.org/packages/Dapper.SimpleSqlBuilder.DependencyInjection)\n\n![Dapper Simple SQL Builder](https://raw.githubusercontent.com/mishael-o/Dapper.SimpleSqlBuilder/main/images/readme-icon.png)\n\nA simple and [performant](https://mishael-o.github.io/Dapper.SimpleSqlBuilder/docs/miscellaneous/performance) SQL builder for [Dapper](https://github.com/DapperLib/Dapper), using [string interpolation](https://learn.microsoft.com/en-us/dotnet/csharp/language-reference/tokens/interpolated) and a fluent API to build safe, static, and dynamic SQL queries.\n\n## Getting Started\n\nRefer to the [Quick Start](https://mishael-o.github.io/Dapper.SimpleSqlBuilder/) guide for more details.\n\n## Share Your Feedback\n\nIf you like the library, use it, share it, and give it a ⭐️. For any suggestions, feature requests, or issues feel free to create an [issue](https://github.com/mishael-o/Dapper.SimpleSqlBuilder/issues) to help improve the library.\n\n## Contributing\n\nRefer to the [Contributing](https://github.com/mishael-o/Dapper.SimpleSqlBuilder/blob/main/docs/CONTRIBUTING.md) guide for more details.\n\n## License\n\nThis project is licensed under the MIT License. See the [LICENSE](https://github.com/mishael-o/Dapper.SimpleSqlBuilder/blob/main/LICENSE.md) file for details.\n\n## Acknowledgements\n\nRefer to the [Acknowledgements](https://mishael-o.github.io/Dapper.SimpleSqlBuilder/docs/miscellaneous/acknowledgements) page for more details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmishael-o%2Fdapper.simplesqlbuilder","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmishael-o%2Fdapper.simplesqlbuilder","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmishael-o%2Fdapper.simplesqlbuilder/lists"}