kamu using a JDBC driver.
In this setup:
kamuruns an Arrow Flight SQL server - a high-performance protocol for data transferDBeaverloads a special JDBC driver - a Java software module that implements an abstract database interface- JDBC driver translates
DBeaver’s commands into efficient Flight SQL calls inkamu
DBeaver to kamu follow these simple steps:
- Downlaod the latest Flight SQL JDBC Driver
- Add a new database driver in
DBeaverby following these steps- For class name use:
- For URL template use:
- In libraries add the driver’s
.jarfile you just downloaded
- For class name use:
- Run
kamuFlight SQL server in a desired workspace: - Create a new connection in
DBeaverusing the driver you created:- Specify host and port, e.g.
127.0.0.1:50050 - Use
"anonymous"as username and password or specify a token for authentication - In
Driver propertiestab add user property:
- Specify host and port, e.g.