Space Docs
Guides
  • ORM: Drizzle (PostgreSQL); schema in …/db/src/schema/ (80+ tables). Connection string in the Port Reference above.
  • Seed: …/db/src/seed.ts creates master workspace + sample data.

Schema change: edit schema→pnpm --filter @zrm/db db:generatepnpm db:migrate→update …/domain-model/ Zod schemas.