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

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