Dapper.SimpleSqlBuilder
Dapper.SimpleSqlBuilder copied to clipboard
A simple SQL builder for Dapper, using string interpolation and a fluent API to build safe, static, and dynamic SQL queries.
Dapper Simple SQL Builder
A simple SQL builder for Dapper using string interpolation and fluent API for building safe static and dynamic SQL queries.
Getting Started
Refer to the Quick Start guide for more details.
Contributing
Refer to the Contributing guide for more details.
License
This project is licensed under the MIT License. See the LICENSE file for details.
Acknowledgements
- Thanks to JetBrains for their open source development support.
- This project was inspired by these amazing libraries. Dapper SqlBuilder and DapperQueryBuilder.