·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

없음