Is it possible to establish a connection to a postgres server to pull in record data into a table in the tables module. Ideally I would like to bind a function to the table to read the data from our postgress server to sync records from the server to the table then extend the logic in the records from the data from the server. For this I need to be able to connect to the server, read the records from our DB and parse the nextcould table records to update
New to nextcloud and just wondering if this type of function is available and how to implement.