( options: Migrator.MigratorOptions<R> )
| 29 | * @since 1.0.0 |
| 30 | */ |
| 31 | export const layer = <R>( |
| 32 | options: Migrator.MigratorOptions<R> |
| 33 | ): Layer.Layer<never, Migrator.MigrationError | SqlError, Client.SqlClient | R> => Layer.effectDiscard(run(options)) |