From 5296afbe974cbee404be5f03a5bb7cba6b06c54b Mon Sep 17 00:00:00 2001 From: Teror Fox Date: Sun, 20 Oct 2024 16:02:00 +0800 Subject: [PATCH] [Docs]: Update information about PlanetScale and FreeDB (#2775) * update information about PlanetScale on zh-cn document * update information about PlanetScale on en document * update info for FreeDB * update info for freedb on zh-cn document --- docs/src/en/guide/database.md | 2 +- docs/src/guide/database.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/src/en/guide/database.md b/docs/src/en/guide/database.md index 09057859df3..ad739fc3eb2 100644 --- a/docs/src/en/guide/database.md +++ b/docs/src/en/guide/database.md @@ -40,7 +40,7 @@ MONGO_OPT_SSL=true ## MySQL -Using MySQL to store data is also a good choice. Besides our own MySQL service, we can also use , which provides 100M of database support for free, or [PlanetScale](https://planetscale.com) which provides 10GB. +Using MySQL to store data is also a good choice. Besides our own MySQL service, we can also use [FreeDB)(https://freedb.tech), which provides 25M of database support for free, or [PlanetScale](https://planetscale.com) which only support paid plan now. If you want to use MySQL as storage, you need to import [waline.sql](https://github.com/walinejs/waline/blob/main/assets/waline.sql) first to create table and table structure, then set these environment variables in project. diff --git a/docs/src/guide/database.md b/docs/src/guide/database.md index 6172b30b977..bb11518e88b 100644 --- a/docs/src/guide/database.md +++ b/docs/src/guide/database.md @@ -40,7 +40,7 @@ MONGO_OPT_SSL=true ## MySQL -使用 MySQL 存储数据也是一个很好的选择,除了使用自建的 MySQL 服务之外,我们也可以使用 [PlanetScale](https://planetscale.com),它免费提供了 10GB 的数据库支持。或者 ,它免费提供了 100M 的数据库支持。 +使用 MySQL 存储数据也是一个很好的选择,除了使用自建的 MySQL 服务之外,我们可以使用 [PlanetScale](https://planetscale.com)(目前仅支持付费计划),或者 [FreeDB](https://freedb.tech),它免费提供了 25M 的数据库支持。 使用时请先导入 [waline.sql](https://github.com/walinejs/waline/blob/main/assets/waline.sql) 以完成表和表结构的创建,之后在项目中配置如下环境变量。