is it possible to develop locally against Cloudflare HTTP APIs?
We are interested in using D1 from a non-worker runtime. As part of this effort, we’d like to run D1 locally for local development. Is is it possible to run D1 locally using it’s HTTP interface? Thank you for your help!
2 Replies
You could write a Worker that just proxies queries into D1?
Would also recommend that if you do decide to deploy this app
Since the API isn’t really recommended for anything other than one-shot queries
@HardlyWorkin' Acknowledged and thank you. We will use a proxy worker.