parseOrNull

fun parseOrNull(path: Path, enableDebugging: Boolean): PRoot?

Parse a Prisma schema at the provided path.

Will also dump debugging information if enableDebugging is set to true.