How can I link a Google spreadsheet to PostgreSQL?

后端 未结 5 1662
南方客
南方客 2020-12-29 11:30

How can I link a Google spreadsheet to PostgreSQL? I googled and got some sample code for MySQL, and a couple of products which do it. As per this link ,support exists for a

5条回答
  •  情话喂你
    2020-12-29 12:03

    If you don't want to roll your own solution, SeekWell lets you automatically send data from Postgres to Sheets and can also sync changes from Sheets back to a database. Apps Script can do pieces of this, but I found it buggy and limited for our use case, so I built something else. There are both free and paid plans.

    Disclaimer: I built this.

提交回复
热议问题