DeveloperArchitectureDecisions
ADR-003: Neon PostgreSQL
Use Neon as the managed PostgreSQL project for the shared database workspace.
ADR-003: Neon PostgreSQL
Status
Accepted
Context
The shared Prisma workspace needs a managed PostgreSQL connection source without committing database credentials or project context.
Decision
Link the repository to its Neon project and production branch with the Neon CLI. Keep the minimal
policy in neon.ts; use the root ignored .env file populated by Neon for local Prisma commands.
Consequences
Connection variables and Neon project context remain local and ignored by Git. Application code
does not query the database until a future feature introduces data models and server-side use of
@aspire/db.
Date
2026-09-18