概要
This skill acts as a comprehensive implementation guide for developers working with diverse database environments in .NET. It offers proven patterns for both modern high-performance drivers like Npgsql and legacy ODBC connections used by systems like Sage1000 and Exportmaster. By formalizing connection management, type-safe mapping via the ExecuteAndMap pattern, and specific workarounds for PostgreSQL type-casting and DuckDB Parquet queries, this skill ensures robust and maintainable data access layers across heterogeneous RDBMS platforms.