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