PostgreSQL |
![]() ![]() ![]() |
PostgreSQL query executor. Syntax: pgsql_query = <query> <query> is any valid PostgreSQL query. Example: pgsql_query = INSERT INTO test (name, email) VALUES ("{#name#}", "{#email#}"); Additional settings: pgsql_host - PostgreSQL hostname pgsql_user - PostgreSQL user pgsql_password - PostgreSQL password pgsql_db - PostgreSQL database name
|