Features
Unified schemas
Merge Prisma, Drizzle, and SQL sources into one validated graph.
Merge Prisma, Drizzle, and raw SQL sources into one validated graph. Pair with scenarios when you want use-case slices on top of that graph.
What you get
- Multiple adapters in a single OzzyRM project
- Optional unified graph across ORM and SQL sources
- Fail-closed conflict diagnostics (
DUP_*,REL_*)
When it helps
Real apps often mix ORMs, legacy SQL, or shared packages. Unified docs keep the full picture visible without maintaining separate sites per source.
Setup
See Unified graph for fields, rules, and diagnostic codes. For use-case slices, see Scenarios.