IIRC the current *recommendation* is to use SQLiteDOs
IIRC the current recommendation is to use SQLiteDOs
< 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-SJCSELECT * FROM crowd_levels WHERE DATETIME(created_at, 'unixepoch') < DATETIME(1743526055, 'unixepoch') ORDER BY created_at ASC LIMIT 3
This query returned no data.let id = env.MY_DURABLE_OBJECT.idFromName('user_1');
let stub = env.MY_DURABLE_OBJECT.get(id);
return stub.fetch(request);