Anyone using D1 for a CRUD app with any kind of real load? Looking at migrating my tinder-like dati
Anyone using D1 for a CRUD app with any kind of real load? Looking at migrating my tinder-like dating app from RDS/AWS to D1/Workers

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)wranglerawait 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';