Schema
The database schema is defined inlib/db/schema.ts.
Migrations
Generate and run migrations with:Neon Branching
When working on schema changes, use Neon branching to avoid affecting production data. See the Neon Branching recipe for setup and usage.Drizzle Studio
Inspect your database with Drizzle Studio:https://local.drizzle.studio for browsing and editing data.