Result of compiling and processing Prisma schema files through the custom
Database Compiler.
This union type represents all possible outcomes when the Database Compiler
transforms validated AutoBeDatabase.IApplication AST structures into
production-ready artifacts. The compilation process includes schema
validation, documentation generation, ERD diagram creation, and dependency
resolution.
The compiler should always produce successful results since it operates on
pre-validated AST structures. Failure cases typically indicate issues with
the compilation environment or unexpected edge cases that should be reported
as bugs.
Result of compiling and processing Prisma schema files through the custom Database Compiler.
This union type represents all possible outcomes when the Database Compiler transforms validated AutoBeDatabase.IApplication AST structures into production-ready artifacts. The compilation process includes schema validation, documentation generation, ERD diagram creation, and dependency resolution.
The compiler should always produce successful results since it operates on pre-validated AST structures. Failure cases typically indicate issues with the compilation environment or unexpected edge cases that should be reported as bugs.