(deps: CommandDeps, db_name: string, options?: CreateDatabaseOptions | undefined): Promise<CommandResult> Create a PostgreSQL database if createdb is available.
deps
command execution capability
db_name
database name to create
stringoptions?
logger
CreateDatabaseOptions | undefinedreturns
Promise<CommandResult> the command result