Is it possible to create an api token with access to a specific d1 db, instead of just all of them o
Is it possible to create an api token with access to a specific d1 db, instead of just all of them on my account?
denoflare tool, and it wasn't too hard to add a single one-liner subcommand for exporting a D1 database to a local sqlite DB file: denoflare d1 export-db your-database-name --file /path/to/downloaded.db
D1_ERROR: Network connection lost. error. i don't think that this is supposed to happen, can someone please explain it to me?meta object (duration, row_read, row_written) in D1 + Prisma query?denoflaredenoflare d1 export-db your-database-name --file /path/to/downloaded.dbD1_ERROR: Network connection lost.const stmt = env.DB.prepare(
"INSERT OR IGNORE INTO topic_queue (topic_id) VALUES (?)"
).bind(parentTopicId);
await stmt.run();