yes I have opened the database for external connections and its static.driver = "org.postgresql.Driver"database_host = "<database-host-url>"database_port = "5432" # update if you use a non-default portdatabase_name = "<database-name>"table = "<table-...
CREATE CONNECTION <connection-name> TYPE postgresqlOPTIONS (host '<hostname>',port '<port>',user '<user>',password '<password>');When I am running the above code mentioned in the documentation I am getting errors
CREATE CONNECTION <connection-name> TYPE postgresqlOPTIONS (host '<hostname>',port '<port>',user '<user>',password '<password>');When I am running the above code mentioned in the documentation I am getting errors