When configuring C# class fields to table column mapping I have to specify cm.WithName for every column. It would be great to allow automatic PascalCase to snake_case field name conversion. Please add an ability to write such converters (I can implement converter by myself).
When configuring C# class fields to table column mapping I have to specify
cm.WithNamefor every column. It would be great to allow automatic PascalCase to snake_case field name conversion. Please add an ability to write such converters (I can implement converter by myself).