Skip to content

Conversation

@njannink
Copy link
Contributor

No description provided.

Niek Jannink and others added 3 commits November 27, 2025 08:58
…dency. Introduced native Npgsql parameter handling for improved type safety as in Dapper and reduced package size. Added unit tests for NpgsqlCommandExtensions and updated SQL command types for better instantiation checks.
@leonibr
Copy link
Owner

leonibr commented Nov 28, 2025

Hi @njannink!

Thanks for taking the time to work on this. Your suggestion to remove the Dapper dependency was spot on, it was pulling in more than we really needed. I appreciate you implementing the initial changes.

I added some extensions to make the parameter handling cleaner since we're working directly with Npgsql now. The new NpgsqlCommandExtensions class provides type-safe methods for adding parameters, and I included comprehensive tests for them.

Looking forward to seeing more contributions from you!

@leonibr leonibr closed this Nov 28, 2025
@leonibr leonibr reopened this Nov 28, 2025
@leonibr leonibr merged commit 6fb6852 into leonibr:master Nov 28, 2025
@njannink
Copy link
Contributor Author

You're welcome. Learning the hard-way less 3rd party dependencies is always better and since the amount of mapping of parameters is soo small it was easy to replace. Thanks for improving my code

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants