About
This skill provides specialized guidance for C# developers working with a diverse range of database systems, from modern PostgreSQL and DuckDB instances to legacy SQL Server and DBISAM environments. It offers standardized patterns for library selection (Npgsql, MySql.Data, ODBC), type-safe mapping via the ExecuteAndMap pattern, and robust connection management. By following these production-proven implementation details, developers can ensure proper parameterization, efficient timeout handling, and optimized performance for complex operations like querying Parquet files or handling PostgreSQL arrays.