UNPKG

node-flyway

Version:

Apply version control to databases from within a Node.js application.

6 lines (5 loc) 336 B
import { FlywayCliStrategy } from "../types/types"; import { FlywayVersion } from "./flyway-version"; export declare const DEFAULT_FLYWAY_CLI_DIRECTORY: string; export declare const DEFAULT_FLYWAY_CLI_STRATEGY = FlywayCliStrategy.LOCAL_CLI_WITH_DOWNLOAD_FALLBACK; export declare const DEFAULT_FLYWAY_VERSION = FlywayVersion["V9.22.3"];