What problem does it solve?
This Skill reduces the time and guesswork of designing database schemas and writing correct queries across MongoDB and PostgreSQL by providing a structured workflow, naming conventions, and domain-specific reference material.
Core Features & Use Cases
- Database schema design (OLTP/OLAP/ETL-ready): Produces maintainable table structures with consistent naming, keys, and index strategy.
- Query authoring for SQL and MongoDB: Helps generate SQL queries (joins/CTEs/window functions) and MongoDB query/aggregation pipelines aligned to performance needs.
- Performance + operational readiness: Supports index/performance tuning, incremental ETL design (watermarks and job logs), and operational concerns like backups, replication, and administration.
Quick Start
Use the ck:databases skill to design a transactional schema for an app, by asking: "Design the database schema for a 'blog' app with users, posts, and comments, including indexes and migrations strategy for PostgreSQL and MongoDB."