webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Functions
setup-database Namespace Reference

Functions

def main ()
 
def load_database_config ()
 
def determine_psql_dir ()
 
def start_or_stop_database (psql_dir, database_dir, command)
 
def execute_psql_command (psql_dir, command, args=[], suppressStdout=False)
 

Function Documentation

◆ determine_psql_dir()

def setup-database.determine_psql_dir ( )

◆ execute_psql_command()

def setup-database.execute_psql_command (   psql_dir,
  command,
  args = [],
  suppressStdout = False 
)

◆ load_database_config()

def setup-database.load_database_config ( )

◆ main()

def setup-database.main ( void  )

◆ start_or_stop_database()

def setup-database.start_or_stop_database (   psql_dir,
  database_dir,
  command 
)