(sql, params)
| 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. |
| 194 | * |
| 195 | * @category constructors |
| 196 | * @since 4.0.0 |
nothing calls this directly
no test coverage detected
searching dependent graphs…