Connect to Turbot Pipes with psql

Since your Turbot Pipes workspace is just a PostgreSQL database, you can use psql to query your workspace database.

You can get the information needed to connect to your Turbot Pipes database instance from the Developers tab on the Steampipe page for your workspace. On the Developers tab, click Postgres CLI from the sidebar to show the psql command to connect to your workspace:

Note that the connection string includes your password. It is masked in the web console display, but you can hover over the command and click the clipboard icon to copy it so you can paste it into your terminal.