( options: Migrator.MigratorOptions<R> )
| 102 | * @since 1.0.0 |
| 103 | */ |
| 104 | export const layer = <R>( |
| 105 | options: Migrator.MigratorOptions<R> |
| 106 | ): Layer.Layer< |
| 107 | never, |
| 108 | Migrator.MigrationError | SqlError, |
| 109 | MysqlClient | Client.SqlClient | CommandExecutor | FileSystem | Path | R |
| 110 | > => Layer.effectDiscard(run(options)) |