Migrating .NET Data Access Code from Oracle to PostgreSQL
将 .NET/C# 数据访问代码从 Oracle 迁移到 PostgreSQL(Npgsql)。替换 Oracle NuGet 包,重写 OracleConnection/OracleCommand/OracleDataReader 用法,修复 DbType 映射,更新存储过程调用模式,并调整连接字符串配置。适用...
安装命令
npx skills add https://github.com/github/awesome-copilot --skill migrating-oracle-to-postgres-data-access-code