https://github.com/kuc-arc-f/remix54
d1 + pages , Remix example
https://github.com/kuc-arc-f/remix54
claude claude-3-5-sonnet cloudflare-d1 cloudflare-pages d1 remix
Last synced: 4 months ago
JSON representation
d1 + pages , Remix example
- Host: GitHub
- URL: https://github.com/kuc-arc-f/remix54
- Owner: kuc-arc-f
- Created: 2024-11-29T23:25:20.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-12-02T02:30:27.000Z (7 months ago)
- Last Synced: 2024-12-27T20:19:26.688Z (6 months ago)
- Topics: claude, claude-3-5-sonnet, cloudflare-d1, cloudflare-pages, d1, remix
- Language: TypeScript
- Homepage:
- Size: 115 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# remix54
Version: 0.9.1
Author :
date : 2024/11/29
update : 2024/11/30
***
### Summaryd1 + pages + Remix , claude.ai generate
***
### Related* https://claude.ai
***
### Setup* table
* ./schema.sql***
* wrangler.toml```
#:schema node_modules/wrangler/config-schema.json
name = "remix54"
compatibility_date = "2024-11-12"
pages_build_output_dir = "./build/client"
compatibility_flags = [ "nodejs_compat" ]# Variable bindings. These are arbitrary, plaintext strings (similar to environment variables)
# Docs:
# - https://developers.cloudflare.com/pages/functions/bindings/#environment-variables
# Note: Use secrets to store sensitive data.
# - https://developers.cloudflare.com/pages/functions/bindings/#secrets
[vars]
MY_VARIABLE = "production_value"# Bind a D1 database. D1 is Cloudflare’s native serverless SQL database.
# Docs: https://developers.cloudflare.com/pages/functions/bindings/#d1-databases
[[d1_databases]]
binding = "DB"
database_name = ""
database_id = ""```
***
### Prompt* todo7
* https://gist.github.com/kuc-arc-f/4bbf888f2cdacd81f7f5f1f3ad18b7c4* posts
* https://gist.github.com/kuc-arc-f/a10d30576e1f08638f5e829213d3f2fa***