
run() apparently isn't allowed for SELECT (but I forgot I needed to use all() or first()).D1_ERROR (with nothing in e.cause.)D1PreparedStatement to indicate what statement it was more precisely, something like https://tinyurl.com/d1-generic-types-ts-playgroundinsert which took an - somehow stable - average of 25ms for the first 5000+ records (6 days), seems to take now a - more floating - average of 160ms...run()SELECTall()first()D1_ERRORe.causeD1PreparedStatementinsertenv.PREPARE("SELECT ...").bind(...).run()