·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

暂无