Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,12 @@ Strapi CLI (Command Line Interface) installation scripts are the fastest way to

A database is also required for any Strapi project. Strapi currently supports the following databases:

| Database | Minimum version |
| ---------- | --------------- |
| SQLite | 3 |
| PostgreSQL | 10 |
| MySQL | 5.7.8 |
| MariaDB | 10.2.7 |
| Database | Minimum | Recommended |
|------------|---------|-------------|
| MySQL | 5.7.8 | 8.0 |
| MariaDB | 10.3 | 10.6 |
| PostgreSQL | 11.0 | 14.0 |
| SQLite | 3 | 3 |

::: caution
Strapi v4 does not support MongoDB.
Expand Down