@outs-tand-ing/postgres
v1.0.4
Published
Postgres schema for the outstanding platform, defined with Drizzle ORM
Readme
postgres
Postgres schema for the outstanding platform, defined with Drizzle ORM. Published to npm as @outs-tand-ing/postgres and consumed by every backend repo.
Documentation lives in the knowledge repo (docs/codebase/postgres/); the bootstrap order is in docs/codebase/ops/scripts/SEED_ORDER.md. This file stays short by design so it cannot drift.
bun install
bun run db:push # apply the schema
bun run check-rls # verify every synced table has an RLS policyEnvironment files are generated from the monorepo root — see make env-sync.
