database

Featured

Database development and operations workflow covering SQL, NoSQL, database design, migrations, optimization, and data engineering.

API & Backend 38,979 stars 6339 forks Updated today MIT

Install

View on GitHub

Quality Score: 99/100

Stars 20%
100
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# Database Workflow Bundle ## Overview Comprehensive database workflow for database design, development, optimization, migrations, and data engineering. Covers SQL, NoSQL, and modern data platforms. ## When to Use This Workflow Use this workflow when: - Designing database schemas - Implementing database migrations - Optimizing query performance - Setting up data pipelines - Managing database operations - Implementing data quality ## Workflow Phases ### Phase 1: Database Design #### Skills to Invoke - `database-architect` - Database architecture - `database-design` - Schema design - `postgresql` - PostgreSQL design - `nosql-expert` - NoSQL design #### Actions 1. Gather requirements 2. Design schema 3. Define relationships 4. Plan indexing strategy 5. Design for scalability #### Copy-Paste Prompts ``` Use @database-architect to design database schema ``` ``` Use @postgresql to design PostgreSQL schema ``` ### Phase 2: Database Implementation #### Skills to Invoke - `prisma-expert` - Prisma ORM - `database-migrations-sql-migrations` - SQL migrations - `neon-postgres` - Serverless Postgres #### Actions 1. Set up database connection 2. Configure ORM 3. Create migrations 4. Implement models 5. Set up seed data #### Copy-Paste Prompts ``` Use @prisma-expert to set up Prisma ORM ``` ``` Use @database-migrations-sql-migrations to create migrations ``` ### Phase 3: Query Optimization #### Skills to Invoke - `database-optimizer` - Database optimization - `sql-optimizati...

Details

Author
sickn33
Repository
sickn33/antigravity-awesome-skills
Created
4 months ago
Last Updated
today
Language
Python
License
MIT

Integrates with

Related Skills