Skip to main content
Module

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

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

Executes an sql query on the given connection.

Properties

command: string
describe: string

Methods

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