MssqlMigrator 2 exports Added in v1.0.0 Source Constructor run Added in v1.0.0 Source Signature declare const run: <R>( options: Migrator.MigratorOptions<R>, ) => Effect.Effect< ReadonlyArray<readonly [id: number, name: string]>, SqlError | Migrator.MigrationError, Client.SqlClient | R >; Layers layer Added in v1.0.0 Source Signature declare function layer<R>(options: MigratorOptions<R>): Layer<never, any, any>;