You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
databaseBinding = Cloudflare only D1 database binding env
199
201
```
200
202
Supported runtime :
201
203
-[x]`node`
202
204
-[x]`deno` need `--allow-read --allow-write`
203
205
-[x]`browser` use IndexedDB
204
206
-[x]`bun`
205
-
-[x]`cloudflare` workers use D1 Database [docs](https://developers.cloudflare.com/d1/get-started/#4-bind-your-worker-to-your-d1-database)
207
+
-[x]`cloudflare` workers use D1 Database [docs](https://developers.cloudflare.com/d1/get-started/#4-bind-your-worker-to-your-d1-database) example [wrangler.toml](https://github.com/nuzulul/kv-storage/blob/main/wrangler.toml)
0 commit comments