-
-
Notifications
You must be signed in to change notification settings - Fork 2.6k
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
feat(cloudflare): add local mocking for D1 bindings #8655
feat(cloudflare): add local mocking for D1 bindings #8655
Conversation
🦋 Changeset detectedLatest commit: 0942cd1 The changes in this PR will be included in the next version bump. 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 |
Current dependencies on/for this PR:
This comment was auto-generated by Graphite. |
d410df7
to
a49d331
Compare
50714ad
to
8dc4a55
Compare
a49d331
to
24d691a
Compare
059a10d
to
61411de
Compare
5f90aa7
to
cea45d1
Compare
24d691a
to
ecf0487
Compare
cea45d1
to
fcd7054
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I didn't see the documentation updated. Is it intended?
28a2d4b
to
3643cfd
Compare
ecf0487
to
8038cb9
Compare
e459eee
to
ebc0fe8
Compare
8038cb9
to
3b43d38
Compare
274dc33
to
0a551c1
Compare
096349b
to
a42d7a3
Compare
0a551c1
to
b6bc935
Compare
a42d7a3
to
f8d0355
Compare
b6bc935
to
68a95a3
Compare
f8d0355
to
f49c945
Compare
68a95a3
to
8453a25
Compare
f49c945
to
8470627
Compare
8453a25
to
798d018
Compare
8470627
to
112e188
Compare
798d018
to
83499e6
Compare
112e188
to
c223bcd
Compare
5c21695
to
4d5295c
Compare
cd8fee0
to
b9477fe
Compare
@@ -212,7 +212,11 @@ export default defineConfig({ | |||
|
|||
## Cloudflare runtime | |||
|
|||
Gives you access to [environment variables](https://developers.cloudflare.com/pages/platform/functions/bindings/#environment-variables). | |||
Gives you access to [environment variables](https://developers.cloudflare.com/pages/platform/functions/bindings/#environment-variables), [Cloudflare bindings](https://developers.cloudflare.com/pages/platform/functions/bindings). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Gives you access to [environment variables](https://developers.cloudflare.com/pages/platform/functions/bindings/#environment-variables), [Cloudflare bindings](https://developers.cloudflare.com/pages/platform/functions/bindings). | |
Gives you access to [environment variables](https://developers.cloudflare.com/pages/platform/functions/bindings/#environment-variables), and [Cloudflare bindings](https://developers.cloudflare.com/pages/platform/functions/bindings). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me! Just an idea for the changeset verb tense, in case you felt you wanted guidance, and one little missing "and" below! 🥳
b9477fe
to
1eb7836
Compare
This addition allows using D1 databases within the Astro dev server. --------- Co-authored-by: Sarah Rainsberger <[email protected]>
1eb7836
to
0732c3a
Compare
* feat(cloudflare): add support for r2 bindings This update provides users the ability to leverage Cloudflare's R2 storage within the system. --------- Co-authored-by: Sarah Rainsberger <[email protected]> * feat(cloudflare): add local mocking for KV bindings (#8657) * feat(cloudflare): Add KV Bindings --------- Co-authored-by: Sarah Rainsberger <[email protected]> * feat(cloudflare): add local mocking for Caches bindings (#8664) * feature(cloudflare): add Caches bindings --------- Co-authored-by: Sarah Rainsberger <[email protected]> * feat(cloudflare): add local mocking for DO bindings (#8690) --------- Co-authored-by: Sarah Rainsberger <[email protected]> --------- Co-authored-by: Sarah Rainsberger <[email protected]> --------- Co-authored-by: Sarah Rainsberger <[email protected]> --------- Co-authored-by: Sarah Rainsberger <[email protected]>
Changes
Testing
Docs
/cc @withastro/maintainers-docs for feedback!