Hi,
We have a PostgreSQL database on Microsoft Azure with a table called “companies” that includes more than 10.000 records with unique IDs. The type of work we do at our company is to analyze each of those companies.
We would like to create task items on Monday.com that are linked to each of those companies, and use each of those task items as single-source-of-truth for managing discussion around the analysis of those companies, share files associated with that company. etc.
What would be the best solution to achieve that result?
What do you think are some drawbacks?
Also, we would prefer NOT to share access to the PostgreSQL database to a 3rd party plugin developer due to confidentiality.
Thank you.