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

Better Auth · Concepts · all subjects

database schema & core tables

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.

Better Auth database configuration with PlanetScale PostgreSQL

Better Auth can be configured to use a PlanetScale PostgreSQL database by passing a pg Pool instance to the database field. The connection string format is: postgresql://<username>:<pa••••••d>@<host>/postgres?sslmode=verify-full. The auth config should instantiate a Pool with the DATABASE_URL connection string.

Better Auth schema generation and migration

To set up Better Auth with a new database, run 'npx auth generate' to generate the required schema, then run 'npx auth migrate' to apply the generated schema to the database. These commands create all required auth tables.

Give your agent this brain