Seed local SQLite database from Remote D1 data?
Hi Drizzle team, I've been doing some basic testing of D1 with Drizzle and I've added some data to my remote D1 instance with Drizzle Studio. I see that the updated data is in my remote D1. However, when I migrate and run wrangler dev, I don't see my data in local. What am I missing?
1 Reply
I had a similar issue and solved it by updating both npm scripts and drizzle-dev.config.ts
Here is the code relevant code.