rucken
Version:
Console tools and scripts for nx and not only that I (EndyKaufman) use to automate the workflow and speed up the development process
14 lines • 662 B
TypeScript
import { UtilsService } from '../utils/utils.service';
export declare class PostgresCommands {
private readonly utilsService;
private postgresConfig;
constructor(utilsService: UtilsService);
postgres({ rootDatabaseUrl: _rootDatabaseUrl, appDatabaseUrl: _appDatabaseUrl, forceChangeUsername: _forceChangeUsername, forceChangePassword: _forceChangePassword, dropAppDatabase: _dropAppDatabase, }: {
rootDatabaseUrl: string;
appDatabaseUrl: string;
forceChangeUsername?: boolean;
forceChangePassword?: boolean;
dropAppDatabase?: boolean;
}): Promise<void>;
}
//# sourceMappingURL=postgres.commands.d.ts.map