docs: simplify D1 naming guidance (#961)

This commit is contained in:
Dream Hunter
2026-04-08 01:26:28 +08:00
committed by GitHub
parent 9689a1cbca
commit 873a10ddb1
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -42,7 +42,7 @@ wrangler d1 execute temp-email-db --file=db/schema.sql --remote
wrangler kv:namespace create DEV
```
Use a project-specific D1 database name such as `temp-email-db` instead of a generic name like `dev`.
Use a D1 database name such as `temp-email-db` or `cloudflare-temp-email-prod`.
![d1](/readme_assets/d1.png)