Supabase Postgres Best Practices

Supabase Postgres Best Practices

supabase

Supabase Postgres Best Practices

Supabase Postgres Best Practices

Optimize Postgres queries, schemas, and security with best practices maintained by Supabase.

New tool
0 downloads
Free

About

Postgres best practices maintained by Supabase, for Postgres running anywhere. Load this skill BEFORE writing or changing anything that lives in a Postgres database: creating or altering tables and columns (including choosing column types), schema design, migrations and declarative schema files, RLS policies and the tests that verify them, indexes, triggers, database functions, queues and scheduled jobs (pg_cron, pgmq), vector/semantic search (pgvector), and restoring dumps (pg_restore) or importing data. Also load it when diagnosing slow queries, high CPU, timeouts, EXPLAIN plans, connection exhaustion, locking, bloat, or rows visible to the wrong user or tenant. This is not just a performance guide — schema, migration, security, and SQL authoring tasks need these rules too, even for a one-column change or a single query.

Key Features

Prioritized rule categories from critical performance to advanced features
Incorrect and correct SQL code examples for rules
Guidance for Row-Level Security and connection management

Privacy & Security

Data Collection

This tool follows industry-standard security practices and only collects data necessary for functionality.

Information

Developersupabase
Version1.0.0
Ratingeveryone
LanguagesEnglish

Actions

  • Write SQL queries
  • Design database schemas
  • Implement indexes
  • Review database performance issues
  • Configure connection pooling
  • Work with Row-Level Security