UNPKG

pg-create-db

Version:

Database creation tool for PostgreSQL database server

15 lines (14 loc) 501 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.PG_CREATE_DB_DEFAULT_CONFIG = exports.PG_CREATE_DB_CONFIG_NAME = void 0; exports.PG_CREATE_DB_CONFIG_NAME = 'pgCreateDb'; exports.PG_CREATE_DB_DEFAULT_CONFIG = { dryRun: 'false', config: exports.PG_CREATE_DB_CONFIG_NAME, rootDatabaseUrl: '', appDatabaseUrl: '', forceChangeUsername: 'false', forceChangePassword: 'false', dropAppDatabase: 'false', extensions: 'uuid-ossp,pg_trgm', };