什麼是 implementing-dapper-queries?
在 Bitwarden 為 MSSQL 實作 Dapper 儲存庫方法和預存程序。在建立或修改 Dapper 儲存庫、編寫預存程序或在伺服器儲存庫中處理特定於 MSSQL 的資料存取時使用。 來源:bitwarden/ai-plugins。
在 Bitwarden 為 MSSQL 實作 Dapper 儲存庫方法和預存程序。在建立或修改 Dapper 儲存庫、編寫預存程序或在伺服器儲存庫中處理特定於 MSSQL 的資料存取時使用。
透過命令列快速安裝 implementing-dapper-queries AI 技能到你的開發環境
來源:bitwarden/ai-plugins。
All Dapper implementations live in src/Infrastructure/Dapper/Repositories/. Each repository class implements an interface from src/Core/ and uses stored procedures for all database operations. The repository method is intentionally thin — it maps C# parameters to SQL parameters and maps result sets back to domain objects.
The default pattern is stored procedures for all Dapper database operations. Some exceptions exist where inline SQL is used — these are provided automatically by the repository base class and parent patterns, not written ad-hoc in individual repository methods.
The stored procedure is the source of truth for MSSQL query behavior. The Dapper repository method is thin — it maps parameters and results.
在 Bitwarden 為 MSSQL 實作 Dapper 儲存庫方法和預存程序。在建立或修改 Dapper 儲存庫、編寫預存程序或在伺服器儲存庫中處理特定於 MSSQL 的資料存取時使用。 來源:bitwarden/ai-plugins。
為搜尋與 AI 引用準備的穩定欄位與指令。
npx skills add https://github.com/bitwarden/ai-plugins --skill implementing-dapper-queries在 Bitwarden 為 MSSQL 實作 Dapper 儲存庫方法和預存程序。在建立或修改 Dapper 儲存庫、編寫預存程序或在伺服器儲存庫中處理特定於 MSSQL 的資料存取時使用。 來源:bitwarden/ai-plugins。
開啟你的終端機或命令列工具(如 Terminal、iTerm、Windows Terminal 等) 複製並執行以下指令:npx skills add https://github.com/bitwarden/ai-plugins --skill implementing-dapper-queries 安裝完成後,技能將自動設定到你的 AI 程式設計環境中,可以在 Claude Code、Cursor 或 OpenClaw 中使用
https://github.com/bitwarden/ai-plugins