Dapper.SimpleSqlBuilder icon indicating copy to clipboard operation
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

Continuous integration and delivery CodeQL Codecov

Nuget Nuget Nuget

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