Manages Supabase database schema changes, table creation, and Row Level Security policies using the Supabase CLI.
This skill empowers Claude to handle the end-to-end database migration workflow within the Supabase ecosystem. It provides expert guidance on creating new migrations, modifying schemas, and implementing secure Row Level Security (RLS) policies. By automating common CLI commands and enforcing best practices—such as local testing before deployment and preventing the modification of applied migrations—it ensures database integrity and security throughout the development lifecycle.
Características Principales
011 GitHub stars
02Automated migration creation and versioning
03Schema modification for tables, columns, and indexes
04Database status tracking and repair workflows
05Local testing integration with Supabase CLI
06RLS policy implementation and management
Casos de Uso
01Synchronizing database states across development and production environments
02Implementing fine-grained access control using RLS policies
03Adding new features that require database schema updates