Skip to main content

supabase-postgres-mastery

Supabase & Postgres database mastery covering Row Level Security (RLS) policies, query performance tuning, Realtime subscriptions, Edge Functions, and zero-downtime database migrations.

Aller à l'installation

Informations de source

Dépôt
suphiozdedee/antigravity-skills
Dernière activité de la source
24 août 2026 à 12:50
Langue détectée de SKILL.md
anglais
Étoiles
0
Forks
0

Options d'installation

Le prompt qui vérifie d'abord la source est sélectionné par défaut. Vous pouvez passer à une commande directe ou télécharger une copie locale.

Vérifiez les fichiers source

Lisez SKILL.md et les fichiers associés affichés par SkillsMP avant de décider de l'installer.

Affichage de SKILL.md

SKILL.md
Instructions source · Aperçu en lecture seule
name
supabase-postgres-mastery
description
Supabase & Postgres database mastery covering Row Level Security (RLS) policies, query performance tuning, Realtime subscriptions, Edge Functions, and zero-downtime database migrations.
metadata
{"category":"database-mastery","triggers":"supabase, postgres, row level security, rls, realtime subscriptions, edge functions, database migration"}
# Supabase & Postgres Database Mastery This skill equips the Supreme God-Tier Council with **deep Supabase backend and Postgres database expertise**: --- ## 🛠️ Database Architecture Directives 1. **Row Level Security (RLS):** Mandatory RLS policies on all tables (`auth.uid() = user_id`). 2. **Postgres Performance:** Indexing strategy, query plan optimization (`EXPLAIN ANALYZE`), preventing table locks. 3. **Supabase Realtime & Storage:** Channel connection optimization and bucket policy security. 4. **Zero-Downtime Live Migrations:** Non-destructive schema updates for active production systems and iOS apps.
Voir sur GitHub