Dapper
Dapper copied to clipboard
Npgsql 6 positional parameters support
Hi, Npgsql 6 introduced support for positional parameters rather than named ones which is more efficient when using Postgres since it is expecting positional parameters (details here: https://www.roji.org/parameters-batching-and-sql-rewriting). Are there any plans for supporting it in Dapper?