henkmollema / Dommel

CRUD operations with Dapper made simple.
MIT License
634 stars 100 forks source link

Added Insert and InsertAsync overloads with typed return #278

Closed nicholas-brooks closed 1 year ago

nicholas-brooks commented 2 years ago

Overload to define the explicit return type rather than using object. Just uses Dapper's ExecuteScalar<T> and ExecuteScalarAsync<T>.

floppydisken commented 2 years ago

What is the status on this? Does this need extra work, that I can contribute with?

nicholas-brooks commented 2 years ago

@floppydisken 🤷 I forked it a while ago and use that fork.

henkmollema commented 1 year ago

Thanks for the proposal, but I don't see much value added compared to the extra public API clutter which needs support, documentation and maintenance.