Supported databases

Prisma currently supports the following databases:

DatabaseVersion
PostgreSQL ¹9.4
PostgreSQL ¹9.5
PostgreSQL9.6
PostgreSQL10
PostgreSQL11
PostgreSQL12
PostgreSQL13
PostgreSQL14
PostgreSQL15
MySQL5.6
MySQL5.7
MySQL8
MariaDB10
SQLite*
AWS Aurora*
AWS Aurora Serverless ²*
Microsoft SQL Server2022
Microsoft SQL Server2019
Microsoft SQL Server2017
Azure SQL*
MongoDB4.2+
CockroachDB21.2.4+

Note that a fixed version of SQLite is shipped with every Prisma release.

An asterisk (*) indicates that the version number is not relevant; either all versions are supported, there is not a public version number, etc.

¹ PostgreSQL versions 9.4 and 9.5 are not fully supported. You might see errors when you use Prisma Migrate and Introspection. We recommend that you use PostgreSQL version 9.6 or later.

² This does not include support for Data API for Aurora Serverless.

Preview

Support for the following databases is available as a Preview:

DatabaseVersion
PlanetScale*

See also: System requirements

Edit this page on GitHub