( options: Migrator.MigratorOptions<R> )
| 40 | * @since 4.0.0 |
| 41 | */ |
| 42 | export const layer = <R>( |
| 43 | options: Migrator.MigratorOptions<R> |
| 44 | ): Layer.Layer<never, Migrator.MigrationError | SqlError, Client.SqlClient | R> => Layer.effectDiscard(run(options)) |