Hacker News new | ask | show | jobs
.NET library to build parametrized SQL statements using string interpolation (github.com)
1 points by drizin 1016 days ago
1 comments

InterpolatedSql is a .NET library to build SQL statements (queries or commands) using pure string interpolation.

InterpolatedSql.Dapper integrates the library with Dapper micro ORM for easily building of dynamic queries