# Database Choice Advisor

> Compares SQL Server, Cosmos DB, DynamoDB, and MongoDB against workload requirements. Use when selecting a primary datastore or redesigning persistence architecture.

- Skill: `jaypalsolanki/database-choice-advisor` (Agent Skill)
- Install (CLI): `npx skillmds@latest add jaypalsolanki/database-choice-advisor`
- Raw SKILL.md: https://api.skillmd.com/api/skills/jaypalsolanki/database-choice-advisor/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Data & Analytics
- Author: jaypalsolanki (https://skillmd.com/u/jaypalsolanki)
- Updated: 2026-09-22
- Page: https://skillmd.com/skills/jaypalsolanki/database-choice-advisor

---


# Database Choice Advisor

## Workflow

1. Gather workload profile (read/write ratio, latency, consistency, scale).
2. Identify access patterns, partitioning needs, and query complexity.
3. Evaluate operational model, cloud alignment, and cost envelope.
4. Score candidate databases against requirements.
5. Return recommendation with trade-offs and migration risks.

## Output template

```md
## Workload summary

## Option scoring
- SQL Server:
- Cosmos DB:
- DynamoDB:
- MongoDB:

## Recommendation
```

