Skip to main content
Module

x/typeorm/src/commands/SchemaLogCommand.ts>SchemaLogCommand

Forked from https://github.com/typeorm/typeorm
Latest
class SchemaLogCommand
implements [yargs.CommandModule]
import { SchemaLogCommand } from "https://deno.land/x/typeorm@v0.2.23-rc10/src/commands/SchemaLogCommand.ts";

Shows sql to be executed by schema:sync command.

Properties

command: string
describe

Methods

builder(args: yargs.Argv)
handler(args: yargs.Arguments)