Skip to main content
Module

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

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

Synchronizes database schema with entities.

Properties

command: string
describe

Methods

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