Skip to main content

How to connect PostgreSQL to Coworker

Connect PostgreSQL so Coworker can query your database directly when answering data questions.

What Coworker can do with PostgreSQL

  • Run read queries against the databases you connect

  • Use query results in Deep Work alongside your other connected sources

Before you start

  • You need database connection details: host, port, database name, username and password

  • Use a read-only database user wherever possible

Connect as an admin

  1. Open Data Sources from the admin settings in Coworker and select PostgreSQL.

  2. Enter the connection details for the database you want available workspace-wide.

  3. Save.

Connect as a member

  1. Go to the Work page and click Data Sources.

  2. Select PostgreSQL and enter your own database credentials.

Coworker will also prompt you inline in a Deep Work session if a task needs Postgres credentials you have not yet added.

Good to know

  • PostgreSQL is a query connector. Its content is not indexed into Organizational Memory.

  • What Coworker can read is exactly what the supplied database user can read — scope the user deliberately.

Did this answer your question?