I have a reddash db amazon that supports connecting a postgresql client using jdbc
The google apps scripts support connecting to db with jdbc, but only with mysql, ms sql and oracle protocol, but not postgresql. If I try, it is not surprising that I get an error:
'The connection URL uses an unsupported JDBC protocol.'
Looking at some google forums, this has been a problem for several years with no response from google.
Is there a workaround?
thanks
source share