Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update the C3 Durable Objects example to use SQLite #8460

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

joshthoward
Copy link
Contributor

@joshthoward joshthoward commented Mar 13, 2025

Fixes STOR-4114.

Update the C3 Durable Objects example to use SQLite.

  • Tests
    • TODO (before merge)
    • Tests included
    • Tests not necessary because: Manually tested
  • Wrangler E2E Tests CI Job required? (Use "e2e" label or ask maintainer to run separately)
    • I don't know
    • Required
    • Not required because: not affected
  • Public documentation
    • TODO (before merge)
    • Cloudflare docs PR(s):
    • Documentation not necessary because: doc already covers SQLite

@joshthoward joshthoward requested review from a team as code owners March 13, 2025 01:35
Copy link

changeset-bot bot commented Mar 13, 2025

🦋 Changeset detected

Latest commit: a5e01e4

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 1 package
Name Type
create-cloudflare Minor

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

@joshthoward
Copy link
Contributor Author

I updated the changeset to include a minor version bump for create-cloudflare. I am unsure whether that was the right decision.

Copy link
Contributor

github-actions bot commented Mar 14, 2025

A wrangler prerelease is available for testing. You can install this latest build in your project with:

npm install --save-dev https://prerelease-registry.devprod.cloudflare.dev/workers-sdk/runs/13906455316/npm-package-wrangler-8460

You can reference the automatically updated head of this PR with:

npm install --save-dev https://prerelease-registry.devprod.cloudflare.dev/workers-sdk/prs/8460/npm-package-wrangler-8460

Or you can use npx with this latest build directly:

npx https://prerelease-registry.devprod.cloudflare.dev/workers-sdk/runs/13906455316/npm-package-wrangler-8460 dev path/to/script.js
Additional artifacts:

cloudflare-workers-bindings-extension:

wget https://prerelease-registry.devprod.cloudflare.dev/workers-sdk/runs/13906455316/npm-package-cloudflare-workers-bindings-extension-8460 -O ./cloudflare-workers-bindings-extension.0.0.0-v8018365ae.vsix && code --install-extension ./cloudflare-workers-bindings-extension.0.0.0-v8018365ae.vsix

create-cloudflare:

npx https://prerelease-registry.devprod.cloudflare.dev/workers-sdk/runs/13906455316/npm-package-create-cloudflare-8460 --no-auto-update

@cloudflare/kv-asset-handler:

npm install https://prerelease-registry.devprod.cloudflare.dev/workers-sdk/runs/13906455316/npm-package-cloudflare-kv-asset-handler-8460

miniflare:

npm install https://prerelease-registry.devprod.cloudflare.dev/workers-sdk/runs/13906455316/npm-package-miniflare-8460

@cloudflare/pages-shared:

npm install https://prerelease-registry.devprod.cloudflare.dev/workers-sdk/runs/13906455316/npm-package-cloudflare-pages-shared-8460

@cloudflare/unenv-preset:

npm install https://prerelease-registry.devprod.cloudflare.dev/workers-sdk/runs/13906455316/npm-package-cloudflare-unenv-preset-8460

@cloudflare/vite-plugin:

npm install https://prerelease-registry.devprod.cloudflare.dev/workers-sdk/runs/13906455316/npm-package-cloudflare-vite-plugin-8460

@cloudflare/vitest-pool-workers:

npm install https://prerelease-registry.devprod.cloudflare.dev/workers-sdk/runs/13906455316/npm-package-cloudflare-vitest-pool-workers-8460

@cloudflare/workers-editor-shared:

npm install https://prerelease-registry.devprod.cloudflare.dev/workers-sdk/runs/13906455316/npm-package-cloudflare-workers-editor-shared-8460

@cloudflare/workers-shared:

npm install https://prerelease-registry.devprod.cloudflare.dev/workers-sdk/runs/13906455316/npm-package-cloudflare-workers-shared-8460

@cloudflare/workflows-shared:

npm install https://prerelease-registry.devprod.cloudflare.dev/workers-sdk/runs/13906455316/npm-package-cloudflare-workflows-shared-8460

Note that these links will no longer work once the GitHub Actions artifact expires.


[email protected] includes the following runtime dependencies:

Package Constraint Resolved
miniflare workspace:* 4.20250310.0
workerd 1.20250310.0 1.20250310.0
workerd --version 1.20250310.0 2025-03-10

Please ensure constraints are pinned, and miniflare/workerd minor versions match.

@vicb vicb added the awaiting reporter response Needs clarification or followup from OP label Mar 17, 2025
@joshthoward joshthoward force-pushed the joshthoward/STOR-4114 branch from 563e84c to a5e01e4 Compare March 17, 2025 17:54
@emily-shen emily-shen added the skip-pr-description-validation Skip validation of the required PR description format label Mar 18, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
awaiting reporter response Needs clarification or followup from OP c3-e2e skip-pr-description-validation Skip validation of the required PR description format
Projects
Status: In Review
Development

Successfully merging this pull request may close these issues.

4 participants