fdb7837214fdd80e018b0bf3ae6355c9 - <redacted>-nx-production)


uuid.c (https://sqlite.org/src/file/ext/misc/uuid.c) to generate UUIDsconsole tab in the interface but it says I'm not authorized BEGIN... COMMIT; which I guess is not supporteda/ and b/), both with D1 bindings to DB in their wrangler.tomls. I created the D1 inside a/, added some data, and can retrieve it using pnpm wrangler d1 execute DB --local --command="SELECT * FROM users" inside a/. Ideally, I'd like to run the same command in b/, but I'm getting an error: no such table: users. I'm guessing this is because the local D1 instance is inside a/.wrangler/state/v3/d1/miniflare-D1DatabaseObject ...is there any way to make this (or similar) work?mf.options.d1Persist: 'data-worker/.wrangler/state/v3/d1, i.e. the path which contains miniflare-D1DatabaseObject inside the worker where D1 was createddata-worker) const worker = env.DISPATCHER.get("customer-worker-1");
var responseFromUserScript = worker.fetch(req);BEGIN... COMMIT;a/a/a/b/b/DBpnpm wrangler d1 execute DB --local --command="SELECT * FROM users"no such table: usersa/.wrangler/state/v3/d1/miniflare-D1DatabaseObjectmf.options.d1Persist: 'data-worker/.wrangler/state/v3/d1miniflare-D1DatabaseObjectdata-worker