Function psl_core::parse_without_validation
source · pub fn parse_without_validation(
file: SourceFile,
connectors: ConnectorRegistry<'_>
) -> ValidatedSchema
Expand description
Retrieves a Prisma schema without validating it.
You should only use this method when actually validating the schema is too expensive
computationally or in terms of bundle size (e.g., for query-engine-wasm
).