About
This skill equips Claude with specialized knowledge for implementing robust database access layers in C#. It offers a comprehensive library of proven patterns for working with diverse systems such as DuckDB (for Parquet files), PostgreSQL (via Npgsql), MySQL, and legacy ODBC connections like SQL Server or DBISAM. By enforcing the ExecuteAndMap pattern, type-safe mapping, and proper connection lifecycle management, this skill ensures that database code is performant, secure against injection, and consistent across different RDBMS environments.