An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

        

# remix54

Version: 0.9.1

Author  :

date    : 2024/11/29

update : 2024/11/30

***
### Summary

d1 + 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

***