( options: Migrator.MigratorOptions<R> )
| 82 | * @since 1.0.0 |
| 83 | */ |
| 84 | export const layer = <R>( |
| 85 | options: Migrator.MigratorOptions<R> |
| 86 | ): Layer.Layer< |
| 87 | never, |
| 88 | SqlError | Migrator.MigrationError, |
| 89 | SqliteClient | Client.SqlClient | CommandExecutor | FileSystem | Path | R |
| 90 | > => Layer.effectDiscard(run(options)) |