i think i might just add something like that to wrangler
i think i might just add something like that to wrangler
select * ... against your whole db and dumping to a local sql file i can ship todaywrangler pages dev --compatibility-date=2023-01-01 ./pages --kv=KV --d1=DB and it cannot find my table, I have assumed the d1 binding is to my remote database? is this not the case?http-api-d1-example above, but it feels like the API should be able to do thatConsole
npm run dev working after adding D1? I'm assuming we would need to tell it to run the local dbselect * ...wrangler pages dev --compatibility-date=2023-01-01 ./pages --kv=KV --d1=DBhttp-api-d1-exampleConsole