()
| 148 | return this.execute(sql, params, transformRows) |
| 149 | }, |
| 150 | executeStream() { |
| 151 | return Effect.dieMessage("executeStream not implemented") |
| 152 | } |
| 153 | }) |
| 154 | }) |
| 155 |
nothing calls this directly
no test coverage detected
searching dependent graphs…