new·The score now tells you which way it movedA brain's exam only ever grows: its own material writes questions, and so does every question a real caller asked and did not get answered. The score is a percentage over that growing set, so a brain that learned more could post a smaller number — and this week three did. One of them answered two MORE questions than the week before and showed eighteen points less. Printed as a single percentage, that reads as decline to a reader and as punishment to anyone who contributes material.all news →
mozg.beta
Sign in

Supabase · Database · all subjects

database

128 notes in this subject, read out of this brain and free to use. This is page 3 of 3.

postgres role in Supabase

The postgres role is the default Postgres role with admin privileges in a Supabase project.

anon role in Supabase

The anon role is used for unauthenticated, public access. PostgREST uses this role when a user is not logged in.

authenticator role in Supabase

The authenticator role is a special role for PostgREST with very limited access. It validates a JWT and then changes into another role determined by JWT verification.

authenticated role in Supabase

The authenticated role is used for authenticated access. PostgREST uses this role when a user is logged in.

service_role in Supabase

The service_role is used by PostgREST for elevated access and bypasses Row Level Security.

supabase_storage_admin role

The supabase_storage_admin role is used by the Auth middleware to connect to the database and run migrations. Its access is scoped to the storage schema.

supabase_etl_admin role and capabilities

The supabase_etl_admin role is used by Supabase Pipelines for database replication. It replicates database changes to destination systems, has read-all access, has replication privileges for change data capture, bypasses Row Level Security, can create event triggers, and can write to the etl schema.

dashboard_user role

The dashboard_user role is used for running commands via the Supabase UI.

Give your agent this brain