You should try out your queries in normal sqlite - I would be very surprised if the results differ f
You should try out your queries in normal sqlite - I would be very surprised if the results differ from what cloudflare returns
< it should have been >idFromName you can pass something specific to the tenant you want. Each unique id creates its own isolated DO with its own SQLite storage.user_1 to be any of my users and I'd be routed to their specific DO instance.
api.cloudflare.com hitting the d1 /query92b3ef8f6aea1703-SJClet id = env.MY_DURABLE_OBJECT.idFromName('user_1');
let stub = env.MY_DURABLE_OBJECT.get(id);
return stub.fetch(request);