Pass multiple statements in one API call, separated by a semicolon. You’re being rate limited by the
Pass multiple statements in one API call, separated by a semicolon. You’re being rate limited by the HTTP API, not D1 itself.
Error: A prepared SQL statement must contain only one statement.

npx wrangler d1 create test[ERROR] Cannot read properties of undefined (reading 'map')npx wrangler login again. Odd because it was still letting me deploy. A better error message would have been helpful.--local flag.wrangler d1 execute [queries] or is there some other goto, maybe gui, client that is more friendly?
D1_ERROR: Network connection lost. or D1_ERROR: D1 storage operation exceeded timeout which caused object to be reset. with 1k to 2.5k write request per day.CREATE TABLE IF NOT EXISTS using the D1 client api?Error: A prepared SQL statement must contain only one statement.npx wrangler d1 create test[ERROR] Cannot read properties of undefined (reading 'map')[[d1_databases]]
binding = "DB"
database_name = "name-of-db"
database_id = "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx"npx wrangler login--localwrangler d1 execute [queries]D1_ERROR: Network connection lost.D1_ERROR: D1 storage operation exceeded timeout which caused object to be reset.CREATE TABLE IF NOT EXISTStry{
const stmt = await env.soldb.prepare('CREATE TABLE IF NOT EXISTS Testing (blockId INTEGER PRIMARY KEY, blockTs INTEGER)').run()
console.log(stmt)
}
catch(err){
console.log(err)
}{
success: true,
meta: {
served_by: 'miniflare.db',
duration: 0,
changes: 0,
last_row_id: 0,
changed_db: false,
size_after: 3854336
},
results: []
}