Skip to content

Commit

Permalink
doc: D1 is stable now
Browse files Browse the repository at this point in the history
  • Loading branch information
cwxia0s committed Apr 12, 2024
1 parent 6f65b86 commit e007dee
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ Bark-Worker is a [Bark-Server](https://github.com/Finb/bark-server) implenmentio
## Setup

> [!NOTE]
> Select one, D1 or KV Version are both available. D1 Version is recommended for its higher usage than KV Version. However, Cloudflare D1 is still in `beta`, which is unstable, use at your own risk.
> Select one, D1 or KV Version are both available. D1 Version is recommended for its higher usage than KV Version
<!-- > [!CAUTION]
> After Cloudflare D1 is not in Beta, KV Version maybe deprecated. -->
Expand Down
2 changes: 1 addition & 1 deletion README.zh.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Bark-Worker 是一个 [Bark-Server](https://github.com/Finb/bark-server) 在 Clo
## 部署

> [!NOTE]
> 从D1版本和KV版本中选择一个. 更推荐D1版本, D1版本的额度更高. 但是Cloudflare D1还在Beta, 可能不稳定, 使用风险自负.
> 从D1版本和KV版本中选择一个. 更推荐D1版本, D1版本的额度更高.
<!-- > [!CAUTION]
> 当Cloudfalre D1不再Beta后, KV版本的Database部分可能停止维护. -->
Expand Down
4 changes: 2 additions & 2 deletions main.js
Original file line number Diff line number Diff line change
Expand Up @@ -91,9 +91,9 @@ async function handleRequest(request, env, ctx) {
class Handler {
constructor(env) {
this.version = "v2.1.0"
this.build = "2024-03-12 12:36:20"
this.build = "2024-04-12 20:57:41"
this.arch = "js"
this.commit = "50e5d8a5ffe6fd8e7ccc4cc28e0fcd4d1656febb"
this.commit = "6f65b864b763e727ae741a4b9e0431becfeff4aa"

const db = new Database(env)

Expand Down
4 changes: 2 additions & 2 deletions main_d1.js
Original file line number Diff line number Diff line change
Expand Up @@ -91,9 +91,9 @@ async function handleRequest(request, env, ctx) {
class Handler {
constructor(env) {
this.version = "v2.1.0"
this.build = "2024-03-12 12:36:20"
this.build = "2024-04-12 20:57:41"
this.arch = "js"
this.commit = "50e5d8a5ffe6fd8e7ccc4cc28e0fcd4d1656febb"
this.commit = "6f65b864b763e727ae741a4b9e0431becfeff4aa"

const db = new Database(env)

Expand Down

0 comments on commit e007dee

Please sign in to comment.