# Supported databases (/docs/orm/v6/reference/supported-databases)

Location: ORM > v6 > Reference > Supported databases

Prisma ORM currently supports the following databases.

> See also: [System requirements](/orm/v6/reference/system-requirements).

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

Self-hosted databases [#self-hosted-databases]

| Database             | Version |
| -------------------- | ------- |
| CockroachDB          | 21.2.4+ |
| MariaDB              | 10.0+   |
| MariaDB              | 11.0+   |
| Microsoft SQL Server | 2017    |
| Microsoft SQL Server | 2019    |
| Microsoft SQL Server | 2022    |
| MongoDB              | 4.2+    |
| MySQL                | 5.6     |
| MySQL                | 5.7     |
| MySQL                | 8.0     |
| MySQL                | 8.4     |
| PostgreSQL           | 9.6     |
| PostgreSQL           | 10      |
| PostgreSQL           | 11      |
| PostgreSQL           | 12      |
| PostgreSQL           | 13      |
| PostgreSQL           | 14      |
| PostgreSQL           | 15      |
| PostgreSQL           | 16      |
| PostgreSQL           | 17      |
| PostgreSQL           | 18      |
| SQLite               | \*      |

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

Managed databases [#managed-databases]

| Database                 | Version |
| ------------------------ | ------- |
| AWS Aurora               | \*      |
| AWS Aurora Serverless ¹  | \*      |
| Azure SQL                | \*      |
| CockroachDB-as-a-Service | \*      |
| MongoDB Atlas            | \*      |
| Neon Serverless Postgres | \*      |
| PlanetScale              | \*      |
| Cloudflare D1 (Preview)  | \*      |
| Aiven (MySQL & Postgres) | \*      |

¹ This does not include support for [Data API for Aurora Serverless](https://github.com/prisma/prisma/issues/1964).

## Related pages

- [`Connection URLs`](https://www.prisma.io/docs/orm/v6/reference/connection-urls): Learn about the format and syntax Prisma ORM uses for defining database connection URLs for PostgreSQL, MySQL and SQLite.
- [`Database features matrix`](https://www.prisma.io/docs/orm/v6/reference/database-features): Learn which database features are supported in Prisma ORM and how they map to the different Prisma ORM tools.
- [`Environment variables reference`](https://www.prisma.io/docs/orm/v6/reference/environment-variables-reference): This page gives an overview of all environment variables available for use.
- [`Error message reference`](https://www.prisma.io/docs/orm/v6/reference/error-reference): Prisma Client, Migrate, Introspection error message reference
- [`Preview features`](https://www.prisma.io/docs/orm/v6/reference/preview-features): Previews are typically available behind a feature flag or require some form of opt-in.