β This repository is not actively used any more, please check out the Prisma Documentation for updated information on Prisma. β
This repository contains specifications for Prisma Framework:
This repository is designed to help different groups of people:
Besides the specifications linked below, most of the work here happens in the repo issues and pull requests.
Prisma Framework consists of several tools:
It also has several internal parts:
We don't only spec the software itself, but also how we work on it and on these sepcs:
Please run prettier
on every .md
file before committing with the following configuration (ideally via this VSC extension):
"prettier.singleQuote": true,
"prettier.trailingComma": "all",
"prettier.semi": false,