Hi! I just started exploring D1 in a Nuxt 3 project. Could someone explain me what exactly is the be

Hi! I just started exploring D1 in a Nuxt 3 project. Could someone explain me what exactly is the best approach using a DB during local development?
I successfully deployed Nuxt 3 project on CF Pages and bind D1 database to it.
This database is used in production... what about during development?
Running wrangler pages dev -- yarn dev also bind the production database, right? Should I have different D1 database for local development? Just sqlite... or what would be the best approach? 🙂
Was this page helpful?