From 9a7e8dc6d812476e9785c7323955e828f3d75e21 Mon Sep 17 00:00:00 2001 From: DracoBlue Date: Tue, 3 Dec 2024 11:31:03 +0100 Subject: [PATCH] Sqlite is also supported --- docs/getting-started/installation.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/getting-started/installation.mdx b/docs/getting-started/installation.mdx index 26ace1d4c84..007dd62e0bc 100644 --- a/docs/getting-started/installation.mdx +++ b/docs/getting-started/installation.mdx @@ -12,7 +12,7 @@ Payload requires the following software: - Any JavaScript package manager (Yarn, NPM, or pnpm - pnpm is preferred) - Node.js version 20.9.0+ -- Any [compatible database](/docs/database/overview) (MongoDB or Postgres) +- Any [compatible database](/docs/database/overview) (MongoDB, Postgres or Sqlite) Important: