(name: string)
| 31 | const sql = (yield* SqlClient.SqlClient).withoutTransforms() |
| 32 | const prefix = options?.prefix ?? "cluster" |
| 33 | const table = (name: string) => `${prefix}_${name}` |
| 34 | |
| 35 | yield* Effect.orDie( |
| 36 | Migrator.make({})({ |
no outgoing calls
no test coverage detected