( options: Migrator.MigratorOptions<R> )
| 51 | * @since 4.0.0 |
| 52 | */ |
| 53 | export const layer = <R>( |
| 54 | options: Migrator.MigratorOptions<R> |
| 55 | ): Layer.Layer<never, SqlError | Migrator.MigrationError, R | Client.SqlClient> => Layer.effectDiscard(run(options)) |