Skip to main content

dbeaver

DBeaver is a great free database exploration tool. It can be connected to morse brain using a JDBC driver.

To connect DBeaver to morse brain follow these simple steps:

  1. Downlaod the latest Flight SQL JDBC Driver

  2. Add a new database driver in DBeaver by following these steps

    • For class name use:
      org.apache.arrow.driver.jdbc.ArrowFlightJdbcDriver
    • For URL template use:
      jdbc:arrow-flight-sql://{host}:{port}
    • In libraries add the driver's .jar file you just downloaded
  3. Create a new connection in DBeaver using the driver you created:

    • Specify host and port, e.g. host:port
    • Use "morse brain" as username and password
    • In Driver properties tab add user property:
      useEncryption=false