Skip to main content
Manus에서 모든 스킬 실행
원클릭으로
GitHub 저장소

pgdbm

pgdbm에는 juanre에서 수집한 skills 11개가 있으며, 저장소 수준 직업 범위와 사이트 내 skill 상세 페이지를 제공합니다.

수집된 skills
11
Stars
0
업데이트
2026-01-11
Forks
0
직업 범위
직업 카테고리 3개 · 100% 분류됨
저장소 탐색

이 저장소의 skills

release
소프트웨어 개발자

How to release a new pgdbm library version to PyPI

2026-01-11
publish-skills
소프트웨어 개발자

How to update and publish pgdbm skills for Claude Code users

2026-01-10
common-mistakes
데이터베이스 아키텍트

Use before implementing pgdbm patterns to avoid common mistakes - provides rationalization table and red flags that prevent pool multiplication, schema errors, and template syntax violations

2026-01-10
testing-database-code
소프트웨어 품질 보증 분석가·테스터

Use when writing tests for pgdbm-based code - provides fixture selection decision tree and complete usage patterns without needing testing docs

2026-01-10
choosing-pattern
데이터베이스 아키텍트

Use when deciding which pgdbm pattern to use (standalone, dual-mode library, or shared pool) - provides decision tree based on deployment context without requiring doc exploration

2026-01-06
core-api-reference
데이터베이스 아키텍트

Use when implementing pgdbm database operations - provides complete AsyncDatabaseManager and DatabaseConfig API with all methods and parameters

2026-01-06
shared-pool-pattern
데이터베이스 아키텍트

Use when implementing shared connection pool for multiple services in same application - provides complete setup steps for FastAPI/multi-service apps without needing examples

2026-01-06
using-pgdbm
데이터베이스 아키텍트

Use when setting up pgdbm database connections, migrations, or multi-service architecture - provides mental model of one pool/many schemas/template syntax and complete API reference without needing to read docs

2026-01-06
dual-mode-library
소프트웨어 개발자

Use when building reusable PyPI package with pgdbm - provides complete pattern for libraries that work standalone or embedded without needing examples

2025-10-26
migrations-api-reference
데이터베이스 아키텍트

Use when working with database migrations in pgdbm - provides complete AsyncMigrationManager API with all methods and migration file format

2025-10-26
standalone-service
소프트웨어 개발자

Use when building simple standalone service or microservice with its own database - provides complete setup without shared pool complexity

2025-10-26