get-app \ name | directory | file-directory | ( user-directory [ user <user> ] ) | \ ( socket-file [ user <user> ] [ application <app> ] ) \ | db-vendor <database configuration> | upload-size \ | path | is-service | stack-depth \ to <variable>Copied!
get-app name to appnameCopied!
get-app db-vendor db to dbv if-true dbv equal GG_POSTGRES // do something Postgres specific end-ifCopied!