Local Testing for D1?
before, to test locally with drizzle and d1:
i used to do this, i am aware :sqlite is deprecated since we have a config file.
but initializing a local db no longer works:
I looked into the push command but it looks like it directly applies changes to the production database? What is the correct way to create a local database now.
i used to do this, i am aware :sqlite is deprecated since we have a config file.
but initializing a local db no longer works:
✘ [ERROR] near ")": syntax error at offset 57: SQLITE_ERRORI looked into the push command but it looks like it directly applies changes to the production database? What is the correct way to create a local database now.