Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mishael-o/dapper.simplesqlbuilder
A simple and performant SQL builder for Dapper, using string interpolation and a fluent API to build safe, static, and dynamic SQL queries.
https://github.com/mishael-o/dapper.simplesqlbuilder
csharp dapper dapper-simple-sql-builder dapper-sql-builder dotnet interpolated-strings orm simple-sql-builder sql sql-builder sql-query sql-query-builder
Last synced: 2 days ago
JSON representation
A simple and performant SQL builder for Dapper, using string interpolation and a fluent API to build safe, static, and dynamic SQL queries.
- Host: GitHub
- URL: https://github.com/mishael-o/dapper.simplesqlbuilder
- Owner: mishael-o
- License: mit
- Created: 2022-09-30T18:40:12.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-01-02T08:20:52.000Z (5 days ago)
- Last Synced: 2025-01-02T08:26:50.242Z (5 days ago)
- 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
- Language: C#
- Homepage: https://mishael-o.github.io/Dapper.SimpleSqlBuilder/
- Size: 690 KB
- Stars: 49
- Watchers: 1
- Forks: 7
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Contributing: docs/CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE.md
- Code of conduct: docs/CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# Dapper Simple SQL Builder
[![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)
[![Nuget](https://img.shields.io/nuget/v/Dapper.SimpleSqlBuilder?logo=nuget&label=Dapper.SimpleSqlBuilder)](https://www.nuget.org/packages/Dapper.SimpleSqlBuilder) [![Nuget](https://img.shields.io/nuget/v/Dapper.SimpleSqlBuilder.StrongName?logo=nuget&label=Dapper.SimpleSqlBuilder.StrongName)](https://www.nuget.org/packages/Dapper.SimpleSqlBuilder.StrongName) [![Nuget](https://img.shields.io/nuget/v/Dapper.SimpleSqlBuilder.DependencyInjection?logo=nuget&label=Dapper.SimpleSqlBuilder.DependencyInjection)](https://www.nuget.org/packages/Dapper.SimpleSqlBuilder.DependencyInjection)
![Dapper Simple SQL Builder](https://raw.githubusercontent.com/mishael-o/Dapper.SimpleSqlBuilder/main/images/readme-icon.png)
A 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.
## Getting Started
Refer to the [Quick Start](https://mishael-o.github.io/Dapper.SimpleSqlBuilder/) guide for more details.
## Share Your Feedback
If 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.
## Contributing
Refer to the [Contributing](https://github.com/mishael-o/Dapper.SimpleSqlBuilder/blob/main/docs/CONTRIBUTING.md) guide for more details.
## License
This project is licensed under the MIT License. See the [LICENSE](https://github.com/mishael-o/Dapper.SimpleSqlBuilder/blob/main/LICENSE.md) file for details.
## Acknowledgements
Refer to the [Acknowledgements](https://mishael-o.github.io/Dapper.SimpleSqlBuilder/docs/miscellaneous/acknowledgements) page for more details.