·implementing-dapper-queries
{}

implementing-dapper-queries

在 Bitwarden 為 MSSQL 實作 Dapper 儲存庫方法和預存程序。在建立或修改 Dapper 儲存庫、編寫預存程序或在伺服器儲存庫中處理特定於 MSSQL 的資料存取時使用。

11安裝·1熱度·@bitwarden

安裝

$npx skills add https://github.com/bitwarden/ai-plugins --skill implementing-dapper-queries

如何安裝 implementing-dapper-queries

透過命令列快速安裝 implementing-dapper-queries AI 技能到你的開發環境

  1. 開啟終端機: 開啟你的終端機或命令列工具(如 Terminal、iTerm、Windows Terminal 等)
  2. 執行安裝指令: 複製並執行以下指令:npx skills add https://github.com/bitwarden/ai-plugins --skill implementing-dapper-queries
  3. 驗證安裝: 安裝完成後,技能將自動設定到你的 AI 程式設計環境中,可以在 Claude Code、Cursor 或 OpenClaw 中使用

來源:bitwarden/ai-plugins。

SKILL.md

查看原文

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
分類
{}資料分析
認證
收錄時間
2026-02-24
更新時間
2026-03-10

Browse more skills from bitwarden/ai-plugins

快速解答

什麼是 implementing-dapper-queries?

在 Bitwarden 為 MSSQL 實作 Dapper 儲存庫方法和預存程序。在建立或修改 Dapper 儲存庫、編寫預存程序或在伺服器儲存庫中處理特定於 MSSQL 的資料存取時使用。 來源:bitwarden/ai-plugins。

如何安裝 implementing-dapper-queries?

開啟你的終端機或命令列工具(如 Terminal、iTerm、Windows Terminal 等) 複製並執行以下指令:npx skills add https://github.com/bitwarden/ai-plugins --skill implementing-dapper-queries 安裝完成後,技能將自動設定到你的 AI 程式設計環境中,可以在 Claude Code、Cursor 或 OpenClaw 中使用

這個 Skill 的原始碼在哪?

https://github.com/bitwarden/ai-plugins

詳情

分類
{}資料分析
來源
skills.sh
收錄時間
2026-02-24

相關 Skills

暫無