$ls ~/writing --tag=postgres
[01]Writing · Tag
Articles tagged "postgres".
- Articles
- 6Articles
- Published
- Mar→Jul 2026Published
- Reading time
- 75 minReading time
- In series
- 1In series
Articles tagged postgres
6 articles
· 40 min · [lovable][supabase][vercel]
How I migrated a live app off Lovable onto my own Supabase and Vercel: the full runbook
Step-by-step runbook to move a live app from Lovable to your own Supabase and Vercel, with rollback gates, real incidents, and fixes.
read the post → Supabase Production Hardening 8/8
· 7 min · [supabase][supabase-vault][postgres]
How to encrypt API keys and client secrets in Supabase
Store client secrets in Supabase Vault, keep searchable metadata in Postgres, and gate every decrypt behind one checked SECURITY DEFINER function. Step-by-step SQL with the gotchas.
read the post → Supabase Production Hardening 7/8
· 7 min · [supabase][supabase-realtime][security]
Realtime broadcast scope is a security boundary, not a routing convenience
Default-public Realtime broadcasts leak message bodies to every subscriber. The private-channel flag plus RLS is the fix.
read the post → Supabase Production Hardening 6/8
· 8 min · [postgres][supabase][postgres-triggers]
How to build a tamper-evident audit log in Postgres with one trigger
Build an audit log table, attach a SECURITY DEFINER trigger that captures every UPDATE and DELETE, lock it down with RLS. Forty lines of SQL.
read the post → Supabase Production Hardening 3/8
· 6 min · [supabase][postgrest][postgres]
How a Postgres constraint rename silently broke production via PostgREST
PostgREST resolves onConflict against real constraint names at runtime. Rename a constraint and the upsert silently fails with a 400 nobody notices.
read the post → Supabase Production Hardening 2/8
· 7 min · [supabase][supabase-auth][postgres]
Two-layer identity models in Supabase: when auth and authorization disagree
Supabase Auth creates identities, not roles. Use a user_roles table, RLS policies, and one trigger migration so signups never strand users without permissions.
read the post → Supabase Production Hardening 1/8
no articles match that filter
Try a broader term, drop the --under=10min flag, or browse a related tag
below.
[02]Narrow it down
Tags that appear alongside this one.
[03]Read in order