mikro-orm-entity
Use when creating or modifying MikroORM entity files in the `entities/` folder.
Use when creating or modifying MikroORM entity files in the `entities/` folder.
Delete a user account and all associated data from the database. Use when the user wants to delete a user account.
Implement Background Sync API to queue and replay mutations when connectivity is restored.
Create production-ready Supabase migrations for Ballee following strict naming conventions, idempotent SQL, RLS patterns, and storage bucket policies; use when user requests schema changes, adding columns, RLS policies, database functions, or storage buckets
Supabase CLI를 활용한 데이터베이스 타입 생성 및 동기화. PROACTIVELY use when (1) DB 스키마 변경 후 타입 업데이트, (2) Repository 구현 전 타입 확인, (3) 새 테이블/컬럼 추가 시, (4) 타입 불일치 오류 발생 시. Cloud 환경 전용 - On-Premise는 수동 타입 정의 필요.
Plans and executes data migrations between systems, databases, and formats
Safely switch between local and production environments with validation and step-by-step guidance. Use when user wants to "switch to local", "change to production", "separate environments", or "toggle between databases". Prevents accidental production data access.
Generates Drizzle ORM schema files for users, sessions, tokens, OAuth accounts, and audit logs. Syncs schema to Neon Postgres.
Create database seed scripts with realistic test data for development and testing. Use when setting up development environment or creating demo data.
Set up NeonDB PostgreSQL database with Drizzle ORM for a project. Use when the user wants to configure NeonDB or add serverless Postgres.
Reset e seed do banco de dados do CarInsight
Sync Prisma schema changes to database and regenerate client. Use after modifying schema.prisma, when seeing Prisma errors about missing fields, or when database schema is out of sync.
Generates database migrations for both SQLite and PostgreSQL. Use when user needs to add columns, create tables, add indexes, or modify schema. Triggers on "create migration", "add column", "new table", "database change".
Generate database migration scripts with rollback support for various databases. Use when creating schema migrations or database changes.
Creates and applies database schema changes with proper ALTER statements, rollback scripts, and documentation. Handles PostgreSQL migrations safely
Creates database migrations, implements RLS policies, and manages data transformations
Initialize Supabase locally, manage database migrations, and configure Row Level Security. Use when setting up databases, creating tables, or managing schemas.
Create or modify Doctrine repositories. Use for custom database queries.
Create new Drizzle ORM database tables with proper conventions, type exports, and migrations for the dealflow-network project. Use when adding new entities, creating junction tables, or modifying the database schema.
Guides Supabase database migrations for CircleTel - creates migrations, RLS policies, validates schema changes, and handles rollbacks
Use when working with database migrations in pgdbm - provides complete AsyncMigrationManager API with all methods and migration file format