UNPKG

node-pg-migrate

Version:

PostgreSQL database migration management tool for node.js

4 lines (2 loc) 104 B
declare function getSchemas(schema?: string | ReadonlyArray<string>): string[]; export { getSchemas };