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:
-
Downlaod the latest Flight SQL JDBC Driver
-
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
- For class name use:
-
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
- Specify host and port, e.g.