What problem does it solve?
Data Models & Schema provides a complete reference of the Prisma schema used by Lumira V2, detailing all models, their fields, relations, and business logic to guide developers, data engineers, and architects.
Core Features & Use Cases
- Complete Prisma models documentation covering the core entities like User, UserProfile, Order, OrderFile, SpiritualPath, PathStep, Insight, AkashicRecord, ChatSession, Expert, Product, ProcessedEvent, and SequenceCounter with their relations and constraints.
- Relationship mapping and constraints guidance to support consistent data access patterns across the monorepo and inform migrations.
- Usage guidance for onboarding, feature development, and architectural decision-making referencing the actual schema.prisma file.
Quick Start
Review the Prisma schema at packages/database/prisma/schema.prisma to understand the data models, their relations, and constraints.