Keep Alive Supabase

Keep-Alive Table Schema: For each project, the target Supabase must have this table:

CREATE TABLE IF NOT EXISTS "keep-alive" (
  id bigint GENERATED ALWAYS AS IDENTITY PRIMARY KEY,
  name text NOT NULL,
  random text NOT NULL,
  created_at timestamptz DEFAULT now()
);

0

total

0

active

0

paused

Projects

No projects yet

Add a Supabase project to start keeping it alive.