UNPKG

knex-automigrate

Version:

Table schema based database migration tool, built on top of the knex.js

13 lines 343 B
declare const Liftoff: any; declare const argv: any; declare const commander: any; declare const chalk: any; declare const tildify: any; declare const cliPkg: any; interface LiftoffEnv { configPath?: string; cwd: string; } declare const cli: any; declare const invoke: (envParams: LiftoffEnv) => void; //# sourceMappingURL=cli.d.ts.map