Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/typeorm/src/index.ts>AdvancedConsoleLogger#logMigration

Forked from https://github.com/typeorm/typeorm
Latest
method AdvancedConsoleLogger.prototype.logMigration
import { AdvancedConsoleLogger } from "https://deno.land/x/typeorm@v0.2.23-rc10/src/index.ts";

Logs events from the migration run process.

Parameters

message: string
optional
queryRunner: QueryRunner