I’d avoid doing that. D1 is still alpha so not good for production
I’d avoid doing that. D1 is still alpha so not good for production
TypeError: Cannot read properties of undefined (reading 'fetch')\n at No._send (worker.js:34:466)\n at Za.all (worker.js:34:1936)\n at pu (worker.js:33:63946)\n at async Object.fetch (worker.js:33:63296)wrangler is being used here?
__D1_BETA__ from D1 binding prefix? Does this means that you will also have UI in dashboard as part of this wrangler releaseTypeError: Cannot read properties of undefined (reading 'fetch')\n at No._send (worker.js:34:466)\n at Za.all (worker.js:34:1936)\n at pu (worker.js:33:63946)\n at async Object.fetch (worker.js:33:63296)await env.DB
.prepare(
'SELECT error, provider, created_at FROM errors WHERE created_at >=?1'
)
.bind(timestamp)
.all()id=47,createdAt='2023-03-23T11:16:31.500'__D1_BETA__env.DB
.prepare(
'SELECT error, provider, created_at FROM errors WHERE created_at = ?'
)
.bind(timestamp)
.all()select * from Audio where createdAt < '2023-03-23T11:16:31.500';