Skip to content

Files

Latest commit

7f13091 · Apr 25, 2023

History

History
This branch is 22 commits ahead of, 1808 commits behind prisma/prisma-engines:main.

psl

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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:

diagnosticsschema-astparser-databasepsl-core builtin-connectorspsl

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