·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。

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 で使用できるようになります

ソースリポジトリはどこですか?

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

詳細

カテゴリ
{}データ分析
ソース
skills.sh
初回登録
2026-02-24

関連 Skills

なし