Skip to content

Connection with CloudBeaver

CloudBeaver is a browser-based database client from the makers of DBeaver. This quickstart shows how to connect it to a Sliplane database.

Open your database in the Sliplane dashboard and keep its connection details handy. You will need the host, port, database name, user, and password.

  1. Open CloudBeaver and log in. Click the New Connection button, then choose PostgreSQL.

  2. Fill in the connection settings:

    • Host - the host from the dashboard
    • Port - the port from the dashboard
    • Database - the database from the dashboard
    • Username - the user from the dashboard
    • Password - the password from the dashboard

  3. Open the SSL settings, enable SSL, set the SSL Mode to verify-full, and set the SSL Factory to org.postgresql.ssl.DefaultJavaSSLFactory so the driver validates our certificate against the JVM’s trusted CAs.

    CloudBeaver SSL settings
  4. Click Test to confirm the details are correct.

  5. Click Create. Your database appears in the navigator.

You can now browse schemas, run SQL, and manage your data from CloudBeaver.