(sql, params)
| 195 | * @category constructors |
| 196 | * @since 4.0.0 |
| 197 | */ |
| 198 | export const make = ( |
| 199 | options: D1ClientConfig |
| 200 | ): Effect.Effect<D1Client, never, Scope.Scope | Reactivity.Reactivity> => |
| 201 | Effect.gen(function*() { |
| 202 | const compiler = Statement.makeCompilerSqlite(options.transformQueryNames) |
nothing calls this directly
no test coverage detected
searching dependent graphs…