Dapper.Contrib
Dapper.Contrib copied to clipboard
Extending it with IColumnNameFormatter
trafficstars
Just a little suggestion...
I've not seen any need for this I think. Do you have a use case for it? :)
We currently rely on this pull request to be merged @johandanforth . We're trying to implement support for multiple database types within our project, and whenever we use postgresql which relies on lowercase column names, the InsertAsync method fails because it expects the column names to be the same as the properties within the database model class. Having the possibility to choose the format of the column name would help us a lot!