porsager / postgres

Postgres.js - The Fastest full featured PostgreSQL client for Node.js, Deno, Bun and CloudFlare
The Unlicense
7.42k stars 271 forks source link

Support for GAS Google Apps Script? #710

Closed jlprado closed 12 months ago

jlprado commented 12 months ago

Do you plan to support Google Apps Script? Thanks,

porsager commented 12 months ago

It's the first time I'm hearing about it, so no - no plans yet 😋

jlprado commented 12 months ago

Just to mention some interest on this matter: Google Apps Script lacks a JDBC driver to postgres as stated in this issue from 2011, that has already 149 stars (how many GAS users were interested enough to search and vote for this issue): JDBC support for postgresql https://issuetracker.google.com/issues/36752790 thanks,

porsager commented 12 months ago

Well if google apps script can do tcp then I don't see why it shouldn't be possible?

jlprado commented 12 months ago

They can do urlFetch(): https://developers.google.com/apps-script/reference/url-fetch/url-fetch-app

porsager commented 12 months ago

Ok, then sorry no, that's not in the scope of this library. You should look into having a service in between. Feel free to reopen if they should add tcp or similar support..