D1 Remote in localhost?
Has anyone figured out how to connect to the production d1 DB in localhost? in wrangler is enough to add
--remote
1 Reply
Yes. I use
wrangler dev --test-scheduled --port 8788 --remote
but the test-scheduled
and port
can be ignored.