(withoutTransform?: boolean | undefined)
| 177 | } |
| 178 | |
| 179 | compile(withoutTransform?: boolean | undefined) { |
| 180 | return this.compiler.compile(this, withoutTransform ?? false) |
| 181 | } |
| 182 | commit(): Effect.Effect<ReadonlyArray<A>, Error.SqlError> { |
| 183 | return this.withConnection( |
| 184 | "execute", |