https://github.com/kuc-arc-f/workers16
workers + d1 databse, example
https://github.com/kuc-arc-f/workers16
claude-3-5-sonnet claude-ai cloudflare-d1 cloudflare-workers d1
Last synced: about 2 months ago
JSON representation
workers + d1 databse, example
- Host: GitHub
- URL: https://github.com/kuc-arc-f/workers16
- Owner: kuc-arc-f
- License: mit
- Created: 2024-11-24T23:38:31.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2025-01-09T08:18:47.000Z (9 months ago)
- Last Synced: 2025-04-01T07:24:21.963Z (7 months ago)
- Topics: claude-3-5-sonnet, claude-ai, cloudflare-d1, cloudflare-workers, d1
- Language: TypeScript
- Homepage:
- Size: 45.9 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# workers16
Version: 0.9.1
Author :
date : 2024/11/24
update : 2024/12/21
***
### Summaryworkers + d1 databse, example
* claude.ai generate, example
***
### Relatedhttps://claude.ai
***
### wrangler.toml, setting```
name = "workers16"
main = "src/index.ts"
compatibility_date = "2024-01-01"
node_compat = true[vars]
API_KEY = "123"[[d1_databases]]
binding = "DB"
database_name = ""
database_id = ""
```***
### ChangeLog* VER_0_9_1: new
***
# License* MIT
***