Skip to content

Commit

Permalink
[Docs]: Update information about PlanetScale and FreeDB (#2775)
Browse files Browse the repository at this point in the history
* 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
  • Loading branch information
sysfox authored Oct 20, 2024
1 parent 969df58 commit 5296afb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/src/en/guide/database.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 <https://freedb.tech>, 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.

Expand Down
2 changes: 1 addition & 1 deletion docs/src/guide/database.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ MONGO_OPT_SSL=true

## MySQL

使用 MySQL 存储数据也是一个很好的选择,除了使用自建的 MySQL 服务之外,我们也可以使用 [PlanetScale](https://planetscale.com),它免费提供了 10GB 的数据库支持。或者 <https://freedb.tech>,它免费提供了 100M 的数据库支持。
使用 MySQL 存储数据也是一个很好的选择,除了使用自建的 MySQL 服务之外,我们可以使用 [PlanetScale](https://planetscale.com)(目前仅支持付费计划),或者 [FreeDB](https://freedb.tech),它免费提供了 25M 的数据库支持。

使用时请先导入 [waline.sql](https://github.com/walinejs/waline/blob/main/assets/waline.sql) 以完成表和表结构的创建,之后在项目中配置如下环境变量。

Expand Down

0 comments on commit 5296afb

Please sign in to comment.