Skip to content
This repository was archived by the owner on Dec 15, 2025. It is now read-only.

Latest commit

Β 

History

History
19 lines (14 loc) Β· 638 Bytes

File metadata and controls

19 lines (14 loc) Β· 638 Bytes

Prisma Schema Language implementation

This directory contains the crates responsible for parsing, validating and formatting Prisma schemas. The entrypoint is psl, it is the public API for other parts of prisma-engines.

Organization

The crate dependency graph is and should remain simple:

diagnostics β†’ schema-ast β†’ parser-database β†’ psl-core builtin-connectors β†’ psl

dml is a separate data structure that can optionally be produced ("lifted") from a validated schema.