We have a postgresql database view that we want to access in order to provide a datasource for a Google Sheets pivot table. Sheets does not provide a way to access PostgreSQL (even via Apps Script as the JDBC connector doesn't work with pgSQL) but AppSheet does.
If I connect from AppSheet can I then connect to this table in the Appsheet database from within Google sheets?