Documentation
PostgreSQL databases

Connection with Metabase

Connect to your Sliplane database with Metabase.

Metabase is an open-source business intelligence tool for exploring your data, building dashboards, and sharing insights.

Deploy with the Sliplane preset:

Deploy Metabase

Before you start

Open your database in the Sliplane dashboard and keep the Connection URI handy.

Connect

  1. Open Metabase and click Databases in the left sidebar, then click Add a database.

  2. Set Database type to PostgreSQL.

  3. Fill Connection string with the Connection URI from the dashboard.

  4. Enable Use a secure connection (SSL), set SSL Mode to verify-full, and add sslfactory=org.postgresql.ssl.DefaultJavaSSLFactory under Additional JDBC connection string options so the driver validates our certificate against the JVM's trusted CAs.

    Metabase PostgreSQL SSL settings
  5. Click Save. Metabase connects and begins syncing your database.

How is this guide?

On this page