I totally see now I have have been going through the tutorial and it seemed like the only way to sta

I totally see now I have have been going through the tutorial and it seemed like the only way to start locally was with npx wrangler d1 create. Without a wrangler project with the DB in it that is probably true, but once I have one it is no problem.

I have restructured my local project to all point to a shared local persistence area --persist-to ../../../cloudflare/.workers/cache/ which will allow for access to the DB from multiple microservices.

I now have a D1 only project file with just the required toml file for the db, prior to doing this it was generating a DB per running worker which didn't have the correct data because they were both in their own database. Is there a best spot to update the docs for this setup? Maybe at least a knowlege add to the local development area?
Was this page helpful?