From d118544b447bed3ae055a39abef254010d0b787d Mon Sep 17 00:00:00 2001 From: DracoBlue Date: Wed, 4 Dec 2024 14:59:34 +0100 Subject: [PATCH] docs: sqlite is also supported (#9690) 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 26ace1d4c..007dd62e0 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: