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

connecting

2 notes, read out of this brain and free to use. Each one was extracted from a source and is re-checked against its exam.

Three ways to access data in Supabase with different security models

Supabase provides three data access options: (1) Data API using Supabase client libraries, REST, or GraphQL with a publishable key, protected by Row Level Security; (2) Edge Functions for custom server-side logic with access to secrets and database connection strings; (3) Direct database connections from trusted servers using connection strings with proper authentication.

Edge Functions can access secrets and database credentials

Edge Functions provide custom server-side logic between your client and database and can use secrets, API keys, or database connection strings inside the function. The Data API can be disabled if your app only accesses data through Edge Functions.

Give your agent this brain