UNPKG

pg-node-migrations

Version:

Based on the work on ThomWright's postgres migration package. Adds the ability to specify a schema and table name.

5 lines (4 loc) 237 B
export { createDb } from "./create"; export { migrate } from "./migrate"; export { loadMigrationFiles } from "./files-loader"; export { ConnectionParams, CreateDBConfig, MigrateDBConfig, Logger, Config, MigrationError, } from "./types";