What problem does it solve?
Helps teams and engineers design robust database schemas, write efficient SQL and MongoDB queries, and manage migrations, backups, and performance tuning so applications run reliably at scale.
Core Features & Use Cases
- Schema Design: OLTP and OLAP patterns, naming conventions, normalization vs denormalization, fact/dimension modeling.
- Queries & Aggregations: SQL (CTEs, window functions, joins) and MongoDB aggregation pipelines with optimization suggestions.
- Migrations & Backups: Generate migrations, apply/rollback logic, and backup/restore utilities for MongoDB and PostgreSQL.
- Performance & Indexing: EXPLAIN analysis, index recommendations, sequential-scan detection, and ETL watermark patterns.
- Operational Guidance: Replication, PITR, psql/mongosh tips, and cloud-specific rules (BigQuery, Atlas, D1).
Quick Start
Ask the databases skill to design a normalized PostgreSQL schema with DDL and index recommendations for orders and order_items.