(sql, params, transformRows)
| 184 | const transformRows = transforms[index] |
| 185 | return transformRows ? transformRows(rows) : rows |
| 186 | }) |
| 187 | return results as BatchResults<Statements> |
| 188 | })) |
| 189 | ) |
| 190 | } |
| 191 | |
| 192 | /** |
| 193 | * Creates a scoped Cloudflare D1 SQL client. Prepared statements are cached, while transactions and streaming queries are not supported by this driver. |
no test coverage detected
searching dependent graphs…