graphile-migrate
Version:
Opinionated SQL-powered migration tool for PostgreSQL
10 lines (9 loc) • 309 B
TypeScript
export { init } from "./init";
export { migrate } from "./migrate";
export { watch } from "./watch";
export { commit } from "./commit";
export { uncommit } from "./uncommit";
export { status } from "./status";
export { reset } from "./reset";
export { compile } from "./compile";
export { run } from "./run";