Reference
The reference section of the documentation is a collection of reference pages that describe the Prisma ORM APIs and database implementations.
In this section
Prisma Client API
The Prisma Client API reference documentation is based on the following schema:
Prisma Schema
datasource
Prisma CLI
This document describes the Prisma CLI commands, arguments, and options.
Errors
For more information about how to work with exceptions and error codes, see Handling exceptions and errors.
Environment variables
This document describes different environment variables and their use cases.
Database features matrix
This page gives an overview of the features which are provided by the databases that Prisma ORM supports. Additionally, it explains how each of these features can be used in Prisma ORM with pointers to further documentation.
Supported databases
Prisma ORM currently supports the following databases.
Connection URLs
Prisma ORM needs a connection URL to be able to connect to your database, e.g. when sending queries with Prisma Client or when changing the database schema with Prisma Migrate.
System requirements
This page provides an overview of the system requirements for Prisma ORM.