(sql, params)
| 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 |
| 197 | */ |
| 198 | export const make = ( |
| 199 | options: D1ClientConfig |
nothing calls this directly
no test coverage detected
searching dependent graphs…