Durable Object SQLite support with wrangler dev --remote
#13284
mon
started this conversation in
Feature Requests
Replies: 4 comments
|
instead of throwing, be nice to have an option to just route DO sqlite to the local version had to put our DO migration on hold because of this. we use |
0 replies
|
This needs fixing asap, we see bugs in our application on workers runtime, but cannot replicate in our local dev environment. |
0 replies
|
Any updates? |
0 replies
|
@petebacondarwin a surprise to see this converted to a discussion. Is is considered stale, considered a non-issue, considered fixed? |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Describe the solution
When running
wrangler dev --remotewith a new sqlite DO binding:And, as totally expected, when trying to use sqlite:
It would be nice to have feature parity here.
All reactions