Skip to main content
Module

x/typeorm/src/index.ts>Connection#showMigrations

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

Lists all migrations and whether they have been run. Returns true if there are pending migrations

Returns

Promise<boolean>