UNPKG

node-flyway

Version:

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

5 lines (4 loc) 198 B
import { Flyway } from "./flyway"; import { FlywayVersion } from "./internal/flyway-version"; import { FlywayCliStrategy } from "./types/types"; export { Flyway, FlywayCliStrategy, FlywayVersion };