Function psl::parse_schema
source · pub fn parse_schema(
file: impl Into<SourceFile>
) -> Result<ValidatedSchema, String>
Expand description
Parse and analyze a Prisma schema.
pub fn parse_schema(
file: impl Into<SourceFile>
) -> Result<ValidatedSchema, String>
Parse and analyze a Prisma schema.